Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationXYZ Class / DestinationXYZ Constructor / DestinationXYZ Constructor(Page)
The target page.

In This Topic
    DestinationXYZ Constructor(Page)
    In This Topic
    Initializes a new instance of the DestinationXYZ class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal page As Page _
    )
    public DestinationXYZ( 
       Page page
    )

    Parameters

    page
    The target page.
    See Also