PageCollectionIndexOf Method

Returns the index of specified page in collection.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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