Click or drag to resize

PdfPageCollectionGetPageIndex Method

Gets page index in PdfPageCollection

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public int GetPageIndex(
	PdfPage page
)

Parameters

page  PdfPage
PdfPage object

Return Value

Int32
Page index in current collection or -1 if nothing found
See Also