Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationRef Class / DestinationRef Constructor / DestinationRef Constructor(IPdfName)
The name of referenced destination.

In This Topic
    DestinationRef Constructor(IPdfName)
    In This Topic
    Initialize a new instance of the DestinationRef class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As IPdfName _
    )
    public DestinationRef( 
       IPdfName name
    )

    Parameters

    name
    The name of referenced destination.
    See Also