PageCollectionIndexOf Method

Returns the index of specified page in collection.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public int IndexOf(
	PdfPage pdfPage
)

Parameters

pdfPage  PdfPage
PDF page to search.

Return Value

Int32
The index of the page in collection.

See Also