API Reference

Class

PdfDocumentOpenAction

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

A simple document open action discovered from the document catalog.

Inheritance

  • Object
  • PdfDocumentOpenAction

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public String ActionType { get; } #

Open action type, for example Destination or GoTo.

public Nullable<Int32> PageNumber { get; } #

One-based target page number when the destination could be resolved.

public Nullable<Double> DestinationTop { get; } #

Top coordinate of the destination when present.

public Nullable<Double> DestinationLeft { get; } #

Left coordinate of the destination when present.

public Nullable<Double> DestinationBottom { get; } #

Bottom coordinate of the destination rectangle when present.

public Nullable<Double> DestinationRight { get; } #

Right coordinate of the destination rectangle when present.

public Nullable<PdfOpenActionDestinationMode> DestinationMode { get; } #

Viewer destination mode when the open action uses a supported destination array.

public Nullable<Double> DestinationZoom { get; } #

Zoom factor of an XYZ destination when present.