TdxPDFViewerDocumentHitTest.HitAtText Property
In This Article
Identifies if the inspected point corresponds to a text within the displayed PDF document.
#Declaration
Delphi
property HitAtText: Boolean index hcText read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the inspected point is located within an area occupied by a text in the displayed document; otherwise, False.
See Also