TdxPDFImage.GetHitCode Method
Returns a HitTest code corresponding to an image within the displayed PDF document.
Declaration
function GetHitCode: Integer; override;
Returns
Type | Description |
---|---|
Integer | The image HitTest code (hcImage). |
Remarks
This function is the HitCode property’s getter. This GetHitCode
function implementation always returns the hcImage global constant value.
See Also