TdxPDFCustomViewer.HitTest Property
In This Article
Returns HitTest information about a specific point within the PDF Viewer.
#Declaration
Delphi
property HitTest: TdxPDFViewerDocumentHitTest read;
#Property Value
Type | Description |
---|---|
Tdx |
Stores PDF Viewer Hit |
#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