API Reference
Class
PdfNamedDestination
A named destination discovered from the document catalog.
Inheritance
- Object
- PdfNamedDestination
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
Properties
public String Name { get; } #Destination name used by links, outlines, or viewer navigation.
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 destination uses a supported destination array.
public Nullable<Double> DestinationZoom { get; } #Zoom factor of an XYZ destination when present.