Documents for PDF, .NET Edition Documentation
DestinationRef Constructor

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > DestinationRef Class : DestinationRef Constructor
The name of referenced destination.
Specifies where referenced destination is in Dests dictionary of document or in Dests subtree of Name Tree.
Initialize a new instance of the DestinationRef class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   Optional ByVal nameTree As System.Nullable(Of Boolean) _
)
public DestinationRef( 
   System.string name,
   System.Nullable<bool> nameTree
)

Parameters

name
The name of referenced destination.
nameTree
Specifies where referenced destination is in Dests dictionary of document or in Dests subtree of Name Tree.
See Also

Reference

DestinationRef Class
DestinationRef Members