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

In This Topic
    PageIndex Property (ActionGoTo)
    In This Topic
    Gets the index of this destination's target page. Returns null if the target page was specified as a GrapeCity.Documents.Pdf.Page object.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageIndex As System.Nullable(Of Integer)
    public System.Nullable<int> PageIndex {get;}
    See Also