L_OcrBackgroundFillStyle

enum L_OcrBackgroundFillStyle 
{ 
   L_OcrBackgroundFillStyle_None, 
   L_OcrBackgroundFillStyle_Solid, 
   L_OcrBackgroundFillStyle_Hatch, 
   L_OcrBackgroundFillStyle_Last = L_OcrBackgroundFillStyle_Hatch 
}; 
typedef enum L_OcrBackgroundFillStyle L_OcrBackgroundFillStyle; 

Indicates the background style of a cell.

Value Meaning
L_OcrBackgroundFillStyle_None Cell will not be filled (transparent).
L_OcrBackgroundFillStyle_Solid Cell will be filled with solid color
L_OcrBackgroundFillStyle_Hatch Cell will have the Hatched fill style.

Comments

This enumerated type is used by the following structure:

L_OcrZoneCell

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Advantage OCR C API Help