PdfDocument.InsertPage(PdfPage, IntPtr) 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:")]
[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