PageCollectionIndexOf Method |
Returns the index of specified page in collection.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic int IndexOf(
PdfPage pdfPage
)
Public Function IndexOf (
pdfPage As PdfPage
) As Integer
Parameters
- pdfPage PdfPage
- PDF page to search.
Return Value
Int32The index of the page in collection.
See Also