PDFKit.NET 2.0 Class Library (.NET 2.0)

PageCollection.IndexOf Method 

Returns the zero-based index of the given page.

public int IndexOf(
   Page page
);

Parameters

page
The page to be indexed.

Return Value

the zero-based index of the given page, or -1 if not found.

Remarks

Returns -1 if not found.

See Also

PageCollection Class | TallComponents.PDF Namespace