This function queries the text orientation.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_ARTX_text_typed_orientation_get( HIG_ARTX_TEXT_TYPED hMark, enumIGOrientationModes* lpnOrientation ); |
Name | Type | Description |
---|---|---|
hMark | HIG_ARTX_TEXT_TYPED | 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.