PdfDocument.RemovePage(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.
Removes the page at the specified index
.
[Foundation.Export("removePageAtIndex:")]
public virtual void RemovePage (nint index);
abstract member RemovePage : nint -> unit
override this.RemovePage : nint -> unit
Parameters
- index
- System.System.IntPtr System.nativeint
The index of the page to remove.
- Attributes