HiQPdf Documentation

PdfPagesCollectionIndexOf Method

Quickly Create High Quality PDFs
Returns the index of given page in collection or a negative number if the page does not exist in collection

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public int IndexOf(
	PdfPage page
)

Parameters

page
Type: HiQPdfPdfPage
PDF page

Return Value

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

Reference