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 a solid color
L_OcrBackgroundFillStyle_Hatch Cell will have the Hatched fill style.
L_OcrBackgroundFillStyle_Last The *_Last member value is the same as the previous enumeration value.

Comments

This enumerated type is used by the following structure:

L_OcrZoneCell

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS OCR Module - LEAD Engine C API Help