Property PageIndex
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
PageIndex
Gets the index of the page to be displayed in the view.
public int PageIndex { get; }
Property Value
- int
The index of the page to be displayed in the view.
Remarks
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.