PdfDocument.InsertPage(PdfPage, nint) Method

Definition

Inserts the provided page at the specified index.

[Foundation.Export("insertPage:atIndex:")]
public virtual void InsertPage (PdfKit.PdfPage page, nint index);
abstract member InsertPage : PdfKit.PdfPage * nint -> unit
override this.InsertPage : PdfKit.PdfPage * nint -> unit

Parameters

page
PdfPage

The page to insert.

index
System.System.IntPtr System.nativeint

The index at which to insert the page.

Attributes

Applies to