PageCollectionIndexOf Method
Returns the index of specified page in collection.
Namespace: EvoExcelToPdfAssembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.0.0
public int IndexOf(
PdfPage pdfPage
)
Public Function IndexOf (
pdfPage As PdfPage
) As Integer
public:
int IndexOf(
PdfPage^ pdfPage
)
member IndexOf :
pdfPage : PdfPage -> int
- pdfPage PdfPage
- PDF page to search.
Int32The index of the page in collection.