ImageGear for C and C++ on Windows v19.3 - Updated
IG_vect_text_get_textobj
API Reference Guide > Vector Component API Reference > Vector Component Functions Reference > Text Functions > IG_vect_text_get_textobj

This function gets the text object with the index nIndex in the Text Object chain.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_vect_text_get_textobj(
        HIG_VECT_ENTITY hEntity, 
        long nIndex, 
        HIG_VECT_TEXTOBJ* lpTextobj
);

Arguments:

Name Type Description
hEntity HIG_VECT_ENTITY Handle to the Entity.
nIndex long Index of the text object to be returned.
lpTextObject HIG_VECT_TEXTOBJ* Buffer for the Text Object handle.

Return Value:

Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

None