Winnovative Excel to PDF Converter

PageCollectionIndexOf Method

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

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public int IndexOf(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: Winnovative.ExcelToPdfPdfPage
PDF page to search.

Return Value

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

Reference