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

In This Topic
    DestinationXYZ Constructor(Int32)
    In This Topic
    Initializes a new instance of the DestinationXYZ class.

    Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.

    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageIndex As System.Integer _
    )
    public DestinationXYZ( 
       System.int pageIndex
    )

    Parameters

    pageIndex
    The target page index.
    See Also