Winnovative Word to PDF Converter

PageCollectionIndexOf Method

Winnovative Word to PDF Converter Documentation
Returns the index of specified page in collection.

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax

public int IndexOf(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: WnvWordToPdfPdfPage
PDF page to search.

Return Value

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

Reference