PdfPagesCollectionIndexOf Method
Returns the index of given page in collection or a negative number if the page does not exist in collection
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public int IndexOf(
PdfPage page
)
Public Function IndexOf (
page As PdfPage
) As Integer
public:
int IndexOf(
PdfPage^ page
)
member IndexOf :
page : PdfPage -> int
- page PdfPage
- PDF page
Int32The index of the page in collection or a negative number if the page does not exist in collection