This function queries value of annotation image fitmode.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_ARTX_image_embedded_fitmode_get(
HIG_ARTX_IMAGE_EMBEDDED hMark,
enumFitModes* lpnFitmode
);
|
|
Arguments:
| hMark | Annotation handle. |
| lpnFitmode | Pointer to buffer for function result. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
Remarks:
See enumFitModes description for additional info.
