[]
Defines destination as reference to another destination, referenced destination can be in Dests dictionary of PDF document or in Dests subtree of Name Tree.
public class DestinationRef : DestinationBase
Public Class DestinationRef
Inherits DestinationBase
| Name | Description |
|---|---|
| DestinationRef(IPdfName) | Initialize a new instance of the DestinationRef class. |
| DestinationRef(IPdfString) | Initialize a new instance of the DestinationRef class. |
| DestinationRef(string, bool?) | Initialize a new instance of the DestinationRef class. |
| Name | Description |
|---|---|
| Name | Gets the name of referenced destination in the Dests dictionary of PDF document. |
| NameTree | Gets a value indicating whether this DestinationRef references destination in Dests dictionary of PDF document or in Dests subtree of document's Name Tree. |
| PdfObject | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. |