PdfDocument.GetPageIndex(PdfPage) 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 zero-based index for the specified page.
[Foundation.Export("indexForPage:")]
public virtual nint GetPageIndex (PdfKit.PdfPage page);
abstract member GetPageIndex : PdfKit.PdfPage -> nint
override this.GetPageIndex : PdfKit.PdfPage -> nint
Parameters
- page
- PdfPage
The page for which to return its index.
Returns
System.System.IntPtr
System.nativeint
- Attributes