Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Destination Class / PageIndex Property

In This Topic
    PageIndex Property (Destination)
    In This Topic
    Gets the index of this destination's target page. Returns null if the target page was specified as a Page object.

    Note that if this property is not null, then any Y coordinate is relative to the bottom left corner (see Destination description for details).

    Syntax
    'Declaration
     
    Public ReadOnly Property PageIndex As System.Nullable(Of Integer)
    public System.Nullable<int> PageIndex {get;}
    See Also