This function queries the text orientation.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_ARTX_text_from_file_orientation_get( HIG_ARTX_TEXT_FROM_FILE hMark, enumIGOrientationModes* lpnOrientation ); |
Name | Type | Description |
---|---|---|
hMark | HIG_ARTX_TEXT_FROM_FILE | Annotation handle. |
lpnOrientation | enumIGOrientationModes* | Pointer to storage that is overwritten with the current text orientation. |
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.