[]
Initialize a new instance of the DestinationRef class.
public DestinationRef(IPdfName name)
Public Sub New(name As IPdfName)
Type | Name | Description |
---|---|---|
IPdfName | name | The name of referenced destination. |
Initialize a new instance of the DestinationRef class.
public DestinationRef(IPdfString str)
Public Sub New(str As IPdfString)
Type | Name | Description |
---|---|---|
IPdfString | str | The name of referenced destination. |
Initialize a new instance of the DestinationRef class.
public DestinationRef(string name, bool? nameTree = null)
Public Sub New(name As String, Optional nameTree As Boolean? = Nothing)
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. |