 | PdfPagePageIndex Property |
Gets the index of the page in the document.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic int PageIndex { get; }Public ReadOnly Property PageIndex As Integer
Get
public:
property int PageIndex {
int get ();
}member PageIndex : int with get
/** @property */
public int get_PageIndex()
function get_PageIndex();
Property Value
Int32
See Also