EVO Excel to PDF Converter

PageCollectionIndexOf Method

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

Namespace:  EvoExcelToPdf
Assembly:  evoexceltopdf (in evoexceltopdf.dll) Version: 10.0.0.0
Syntax

public int IndexOf(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: EvoExcelToPdfPdfPage
PDF page to search.

Return Value

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

Reference