[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DestinationRef

Class DestinationRef

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

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
Inheritance
object
DestinationRef
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

DestinationRef(IPdfName)

Initialize a new instance of the DestinationRef class.

public DestinationRef(IPdfName name)

Parameters

name IPdfName

The name of referenced destination.

DestinationRef(IPdfString)

Initialize a new instance of the DestinationRef class.

public DestinationRef(IPdfString str)

Parameters

str IPdfString

The name of referenced destination.

DestinationRef(string, bool?)

Initialize a new instance of the DestinationRef class.

public DestinationRef(string name, bool? nameTree = null)

Parameters

name string

The name of referenced destination.

nameTree bool?

Specifies where referenced destination is in Dests dictionary of document or in Dests subtree of Name Tree.

Properties

Name

Gets the name of referenced destination in the Dests dictionary of PDF document.

public string Name { get; }

Property Value

string

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.

public bool? NameTree { get; }

Property Value

bool?

PdfObject

Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject.

public override IPdfObject PdfObject { get; }

Property Value

GrapeCity.Documents.Pdf.Spec.IPdfObject