Winnovative HTML to PDF Converter

PageCollection.IndexOf Method

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

Namespace:  Winnovative
Assembly:  wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax

public int IndexOf(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: Winnovative.PdfPage
PDF page to search.

Return Value

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

Reference