PdfPage.SelectWord(CGPoint) 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 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