PdfView.GetPage(CGPoint, Boolean) 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 for the point, or the nearest page if nearest
is true
.
[Foundation.Export("pageForPoint:nearest:")]
public virtual PdfKit.PdfPage GetPage (CoreGraphics.CGPoint point, bool nearest);
abstract member GetPage : CoreGraphics.CGPoint * bool -> PdfKit.PdfPage
override this.GetPage : CoreGraphics.CGPoint * bool -> PdfKit.PdfPage
Parameters
- point
- CGPoint
The point for which to return a page.
- nearest
- Boolean
Whether to return the nearest page if the point is not on a page.
Returns
- Attributes