Skip to content

PDFNamedDestination

Namespace: O2S.Components.PDF4NET.Destinations

Defines a PDF named destination.

public class PDFNamedDestination : PDFDestination

Inheritance ObjectPDFDestinationPDFNamedDestination

Remarks

A named destination associates a name with a destination.

Constructors

PDFNamedDestination()

Initializes a new PDFNamedDestination object.

public PDFNamedDestination()

PDFNamedDestination(String)

Initializes a new PDFNamedDestination object with the specified name.

public PDFNamedDestination(string name)

Parameters

name String
Destination name.


Properties

Destination

Gets or sets the destination.

public PDFDestination Destination { get; set; }

Property Value

PDFDestination
The actual destination that corresponds to the given name.


Name

Gets or sets the destination name.

public string Name { get; set; }

Property Value

String
The name of the destination.


Type

Gets the destination type.

public PDFDestinationType Type { get; }

Property Value

PDFDestinationType
A PDFDestinationType that represents the type of the destination.