[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DestinationRef.-ctor

DestinationRef Constructor

DestinationRef(IPdfName)

Initialize a new instance of the DestinationRef class.

Declaration
public DestinationRef(IPdfName name)
Public Sub New(name As IPdfName)
Parameters
Type Name Description
IPdfName name

The name of referenced destination.

DestinationRef(IPdfString)

Initialize a new instance of the DestinationRef class.

Declaration
public DestinationRef(IPdfString str)
Public Sub New(str As IPdfString)
Parameters
Type Name Description
IPdfString str

The name of referenced destination.

DestinationRef(string, bool?)

Initialize a new instance of the DestinationRef class.

Declaration
public DestinationRef(string name, bool? nameTree = null)
Public Sub New(name As String, Optional nameTree As Boolean? = Nothing)
Parameters
Type Name Description
string name

The name of referenced destination.

bool? nameTree

Specifies where referenced destination is in Dests dictionary of document or in Dests subtree of Name Tree.