PdfDocument.GetPageIndex(PdfPage) Method

Definition

Returns the zero-based index for the specified page.

[Foundation.Export("indexForPage:")]
public virtual nint GetPageIndex (PdfKit.PdfPage page);
abstract member GetPageIndex : PdfKit.PdfPage -> nint
override this.GetPageIndex : PdfKit.PdfPage -> nint

Parameters

page
PdfPage

The page for which to return its index.

Returns

System.System.IntPtr System.nativeint
Attributes

Applies to