TdxPDFRecognizedObject.HitCode Property
In This Article
Returns a HitTest code corresponding to the PDF object that the PDF Viewer control displays in a loaded document.
#Declaration
Delphi
property HitCode: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
This property returns different HitTest codes depending on its getter implementation in different TdxPDFRecognizedObject class descendants.
See Also