PdfDocument.GetPage(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.
Returns the page at the specified zero-based index.
[Foundation.Export("pageAtIndex:")]
public virtual PdfKit.PdfPage GetPage (nint index);
abstract member GetPage : nint -> PdfKit.PdfPage
override this.GetPage : nint -> PdfKit.PdfPage
Parameters
- index
- System.System.IntPtr System.nativeint
The index of the page to get.
Returns
- Attributes