Gets the index of page in the document page collection.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public int IndexOf(
PdfPage page
)
VB
Public Function IndexOf (
page As PdfPage
) As Integer
Parameters
- page
- Type: BitMiracle.Docotic.Pdf.PdfPage
The page.
Return Value
Type:
Int32The index of specified page.
See Also