Click or drag to resize

PageCollectionIndexOf Method

Returns the index of specified page in collection.

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

Parameters

pdfPage  PdfPage
PDF page to search.

Return Value

Int32
The index of the page in collection.
See Also