[]
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)