TdxPDFViewerDocumentHitTest.HitAtImage Property
In This Article
Identifies if the inspected point corresponds to an image within the displayed PDF document.
#Declaration
Delphi
property HitAtImage: Boolean index hcImage read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the inspected point is located within one of the images in the displayed document; otherwise, False.
See Also