Skip to main content

TdxPDFViewerCustomHitTest Class

The base class for all HitTest classes that provide information about the PDF Viewer‘s visual elements located at the test point.

Declaration

TdxPDFViewerCustomHitTest = class(
    TdxPDFViewerCustomObject
)

Remarks

This class implements the functionality for obtaining common HitTest information at the inspected point within the PDF Viewer control’s boundaries.

You do not need to create instances of the TdxPDFViewerCustomHitTest class. Use its descendant instead.

Inheritance

TObject
TdxPDFViewerCustomObject
TdxPDFViewerCustomHitTest
See Also