Share via


PdfDocument.InsertPage(PdfPage, IntPtr) Method

Definition

Inserts the provided page at the specified index.

[Foundation.Export("insertPage:atIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertPage(PdfKit.PdfPage page, IntPtr index);
[<Foundation.Export("insertPage:atIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertPage : PdfKit.PdfPage * nativeint -> unit
override this.InsertPage : PdfKit.PdfPage * nativeint -> unit

Parameters

page
PdfPage

The page to insert.

index
IntPtr

nativeint

The index at which to insert the page.

Attributes

Applies to