Click or drag to resize
PageCollectionIndexOf Method
Returns the index of specified page in collection.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public int IndexOf(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: ExpertPdf.HtmlToPdf.PdfDocumentPdfPage
PDF page to search.

Return Value

Type: Int32
The index of the page in collection.
See Also