TdxPDFViewerDocumentHitTest Class
Contains HitTest information of the document currently displayed by the PDF Viewer.
Declaration
TdxPDFViewerDocumentHitTest = class(
TdxPDFViewerHitTest
)
Remarks
This class extends its ancestor with members that allow you to identify if the inspected point is:
- Within the boundaries of an image (HitAtImage).
- Within the area occupied by text (HitAtText).
- Within an empty area of a document page (HitAtPage).
- Within the current document content selection (HitAtSelection).
- Outside of the displayed document (HitAtBackground).
The PDF Viewer control’s HitTest property references a TdxPDFViewerDocumentHitTest
object.
Inheritance
TObject
TdxPDFViewerCustomObject
TdxPDFViewerCustomHitTest
TdxPDFViewerCellHitTest
TdxPDFViewerHitTest
TdxPDFViewerDocumentHitTest
See Also