TdxPDFCustomViewer.HitTest Property
Returns HitTest information about a specific point within the PDF Viewer.
Declaration
property HitTest: TdxPDFViewerDocumentHitTest read;
Property Value
Type | Description |
---|---|
TdxPDFViewerDocumentHitTest | Stores PDF Viewer HitTest information. |
Remarks
Use this property to obtain the HitTest information about any point within the PDF document viewing area. Refer to the TdxPDFViewerDocumentHitTest class description for additional information.
See Also