EVO HTML to PDF Converter

DocumentIndexOfPage Method

Winnovative Client for .NET Documentation
Gets the index of a PDF page in pages collection

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public int IndexOfPage(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: Winnovative.HtmlToPdfClientPdfPage
The PDF page to search

Return Value

Type: Int32
The page index or a negative value if the page does not exist in collection
See Also

Reference