[]
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
Initialize a new instance of the DestinationRef class.
public DestinationRef(IPdfName name)
name
IPdfNameThe name of referenced destination.
Initialize a new instance of the DestinationRef class.
public DestinationRef(IPdfString str)
str
IPdfStringThe name of referenced destination.
Initialize a new instance of the DestinationRef class.
public DestinationRef(string name, bool? nameTree = null)
name
stringThe name of referenced destination.
nameTree
bool?Specifies where referenced destination is in Dests dictionary of document or in Dests subtree of Name Tree.
Gets the name of referenced destination in the Dests dictionary of PDF document.
public string Name { get; }
Gets a value indicating whether this DestinationRef references destination in Dests dictionary of PDF document or in Dests subtree of document's Name Tree.
public bool? NameTree { get; }
Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject.
public override IPdfObject PdfObject { get; }