L_OcrBackgroundFillStyle

Summary

Indicates the background style of a cell.

Syntax

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

Members

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.

Usage

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

LEADTOOLS OCR Module - LEAD Engine C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.