Skip to main content

TdxPDFViewerDocumentHitTest Members

Contains HitTest information of the document currently displayed by the PDF Viewer.

Constructors

Name Description
Create(TdxPDFCustomViewer) Initializes a new instance of the TdxPDFViewerCustomObject class with specified settings. Inherited from TdxPDFViewerCustomObject.

Properties

Name Description
Cursor Returns the current mouse cursor type. Inherited from TdxPDFViewerCellHitTest.
HitAtAttachment
HitAtBackground Identifies if the inspected point corresponds to the PDF Viewer‘s background.
HitAtHyperlink
HitAtImage Identifies if the inspected point corresponds to an image within the displayed PDF document.
HitAtPage Identifies if the inspected point corresponds to an empty area within the displayed PDF document page.
HitAtSelection Identifies if the inspected point corresponds to the content selection in the displayed PDF document.
HitAtText Identifies if the inspected point corresponds to a text within the displayed PDF document.
HitPoint Returns the pixel coordinates of the test point within the PDF Viewer. Inherited from TdxPDFViewerCustomHitTest.
Viewer Returns the PDF Viewer control instance to which this object belongs. Inherited from TdxPDFViewerCustomObject.

Methods

Name Description
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
ToString Inherited from TObject.
See Also