PdfPage.SelectLine(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 line of text that is under the specified point.
[Foundation.Export("selectionForLineAtPoint:")]
public virtual PdfKit.PdfSelection SelectLine (CoreGraphics.CGPoint point);
abstract member SelectLine : CoreGraphics.CGPoint -> PdfKit.PdfSelection
override this.SelectLine : CoreGraphics.CGPoint -> PdfKit.PdfSelection
Parameters
- point
- CGPoint
A point on the line to select.
Returns
- Attributes