Namespace: BitMiracle.Docotic.Pdf
public int PageIndex { get; }
Public ReadOnly Property PageIndex As Integer Get
The value of this property is -1 if the page is specified by the Page property.
If this view is used in a PdfGoToAction then the target page can be specified by either this property or Page property. In any case the specified page it located in the current document.
If this view is used in a PdfRemoteGoToAction then the target page is always specified by this property and the page is always located in different document.