ImageGear for C and C++ on Windows v19.3 - Updated
IG_REC_asian_convert_punctuation_to_horizontal_get
API Reference Guide > Recognition Component API Reference > Recognition Component Functions Reference > Asian Settings Functions > IG_REC_asian_convert_punctuation_to_horizontal_get

Returns a Boolean value indicating whether or not the vertical punctuation marks will be replaced with their horizontal counterparts.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_REC_asian_convert_punctuation_to_horizontal_get(
   LPAT_BOOL lpConvert
);

Arguments:

Name Type Description
lpConvert LPAT_BOOL Buffer to retrieve the requested value. TRUE means that the vertical punctuation marks will be replaced with their horizontal counterparts.

Return Value:

The number of ImageGear errors that occurred during the function call.

Supported Raster Image Formats:

This function does not process image pixels.