PDFNamedDestination¶
Namespace: O2S.Components.PDF4NET.Destinations
Defines a PDF named destination.
Inheritance Object → PDFDestination → PDFNamedDestination
Remarks
A named destination associates a name with a destination.
Constructors¶
PDFNamedDestination()¶
Initializes a new PDFNamedDestination object.
PDFNamedDestination(String)¶
Initializes a new PDFNamedDestination object with the specified name.
Parameters
name String
Destination name.
Properties¶
Destination¶
Gets or sets the destination.
Property Value
PDFDestination
The actual destination that corresponds to the given name.
Name¶
Gets or sets the destination name.
Property Value
String
The name of the destination.
Type¶
Gets the destination type.
Property Value
PDFDestinationType
A PDFDestinationType that represents the type of the destination.