 | PdfPagePageIndex Property |
Gets the index of the page in the document.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.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
Type:
Int32
See Also