EVO HTML to PDF Converter

PageCollectionIndexOf Method

EVO HTML to PDF Converter for .NET Documentation
Returns the index of specified page in collection.

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public int IndexOf(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: EvoPdfPdfPage
PDF page to search.

Return Value

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

Reference