This function sets the annotation text type.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_ARTX_text_texttype_set( HIG_ARTX_TEXT hMark, enumIGArtXTextType nTextType ); |
Name | Type | Description |
---|---|---|
hMark | HIG_ARTX_TEXT | Annotation handle. |
nTextType | enumIGArtXTextType | The text type value to assign. |
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