hcImage Constant
In This Article
Specifies the HitTest code corresponding to an image displayed in a PDF document.
#Declaration
Delphi
const hcImage = 2;
#Remarks
The TdxPDFImage.HitCode property’s getter returns this global constant value.
See Also