PdfDocument.InsertPage(PdfPage, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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