PageCollectionIndexOf Method |
Returns the index of specified page in collection.
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public int IndexOf(
PdfPage pdfPage
)
Public Function IndexOf (
pdfPage As PdfPage
) As Integer
Parameters
- pdfPage
- Type: ExpertPdf.HtmlToPdf.PdfDocumentPdfPage
PDF page to search.
Return Value
Type:
Int32The index of the page in collection.
See Also