| PdfPageCollectionGetPageIndex Method |
Gets page index in PdfPageCollection
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public int GetPageIndex(
PdfPage page
)
Public Function GetPageIndex (
page As PdfPage
) As Integer
public:
int GetPageIndex(
PdfPage^ page
)
member GetPageIndex :
page : PdfPage -> int
public int GetPageIndex(
PdfPage page
)
function GetPageIndex(page);
Parameters
- page PdfPage
- PdfPage object
Return Value
Int32Page index in current collection or -1 if nothing found
See Also