[]
Initialize a new instance of the DestinationRef class.
public DestinationRef(IPdfName name)
| Type | Name | Description |
|---|---|---|
| IPdfName | name | The name of referenced destination. |
Initialize a new instance of the DestinationRef class.
public DestinationRef(IPdfString str)
| 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)
| 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. |