[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DestinationRef

DestinationRef Class

Defines destination as reference to another destination, referenced destination can be in Dests dictionary of PDF document or in Dests subtree of Name Tree.

Inheritance
DestinationRef
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class DestinationRef : DestinationBase
Public Class DestinationRef
    Inherits DestinationBase

Constructors

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.

Properties

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.