PdfDocumentView.PageIndex Property

Gets the index of the page to be displayed in the view.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public int PageIndex { get; }
VB
Public ReadOnly Property PageIndex As Integer
	Get

Property Value

Type: Int32
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.

See Also