Share via


PdfSelection.GetBoundsForPage(PdfPage) Method

Definition

Returns the selection bounds for the portion of the selection that is on the specified page.

[Foundation.Export("boundsForPage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect GetBoundsForPage(PdfKit.PdfPage page);
[<Foundation.Export("boundsForPage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetBoundsForPage : PdfKit.PdfPage -> CoreGraphics.CGRect
override this.GetBoundsForPage : PdfKit.PdfPage -> CoreGraphics.CGRect

Parameters

page
PdfPage

Returns

Attributes

Applies to