Share via


PdfDocument.GetPage(IntPtr) Method

Definition

Returns the page at the specified zero-based index.

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

Parameters

index
IntPtr

nativeint

The index of the page to get.

Returns

Attributes

Applies to