Share via


PdfDocument.GetPageIndex(PdfPage) Method

Definition

Returns the zero-based index for the specified page.

[Foundation.Export("indexForPage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetPageIndex(PdfKit.PdfPage page);
[<Foundation.Export("indexForPage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPageIndex : PdfKit.PdfPage -> nativeint
override this.GetPageIndex : PdfKit.PdfPage -> nativeint

Parameters

page
PdfPage

The page for which to return its index.

Returns

IntPtr

nativeint

Attributes

Applies to