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:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetPageIndex(PdfKit.PdfPage page);
[<Foundation.Export("indexForPage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPageIndex : PdfKit.PdfPage -> nativeint
override this.GetPageIndex : PdfKit.PdfPage -> nativeint
Parameters
- page
- PdfPage
The page for which to return its index.
Returns
IntPtr
nativeint
- Attributes