Table of Contents

Method IndexOf

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

IndexOf(PdfPage)

Gets the index of page in the document page collection.

public int IndexOf(PdfPage page)

Parameters

page PdfPage

The page.

Returns

int

The index of specified page.