PdfPage.SelectWord(CGPoint) Method

Definition

Returns the word that is under the specified point.

[Foundation.Export("selectionForWordAtPoint:")]
public virtual PdfKit.PdfSelection SelectWord (CoreGraphics.CGPoint point);
abstract member SelectWord : CoreGraphics.CGPoint -> PdfKit.PdfSelection
override this.SelectWord : CoreGraphics.CGPoint -> PdfKit.PdfSelection

Parameters

point
CGPoint

A point on the word to select.

Returns

Attributes

Applies to