Skip to main content

TdxPDFRecognizedObject.GetHitCode Method

Returns a HitTest code corresponding to the visual object within the displayed PDF document.

Declaration

function GetHitCode: Integer; virtual; abstract;

Returns

Type Description
Integer

The HitTest code of the inspected visual element in a PDF document.

Remarks

This function is the HitCode property’s getter. All TdxPDFRecognizedObject class descendants override the GetHitCode function to return hit codes corresponding to specific visual object types that the PDF Viewer control can display in a document.

See Also