PdfPagesCollectionIndexOf Method

Returns the index of given page in collection or a negative number if the page does not exist in collection

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public int IndexOf(
	PdfPage page
)

Parameters

page  PdfPage
PDF page

Return Value

Int32
The index of the page in collection or a negative number if the page does not exist in collection

See Also