Share via


PdfDocument.RemovePage(IntPtr) Method

Definition

Removes the page at the specified index.

[Foundation.Export("removePageAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemovePage(IntPtr index);
[<Foundation.Export("removePageAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemovePage : nativeint -> unit
override this.RemovePage : nativeint -> unit

Parameters

index
IntPtr

nativeint

The index of the page to remove.

Attributes

Applies to