This function queries the annotation text type.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_ARTX_text_texttype_get( HIG_ARTX_TEXT hMark, enumIGArtXTextType* lpnTextType ); |
Name | Type | Description |
---|---|---|
hMark | HIG_ARTX_TEXT | Annotation handle. |
lpnTextType | enumIGArtXTextType* | Pointer to storage that is overwritten with the current text type value. |
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
Establishes the context of the annotation’s text string as either literal text or a file path. See enumIGArtXTextType description for additional info.