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

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

    Parameters

    str
    The name of referenced destination.
    See Also