L_OcrBorderLineStyle

enum L_OcrBorderLineStyle 
{ 
   L_OcrBorderLineStyle_None, 
   L_OcrBorderLineStyle_Solid, 
   L_OcrBorderLineStyle_Double, 
   L_OcrBorderLineStyle_Dashed, 
   L_OcrBorderLineStyle_Dotted, 
   L_OcrBorderLineStyle_Last = L_OcrBorderLineStyle_Dotted 
}; 
typedef enum L_OcrBorderLineStyle L_OcrBorderLineStyle; 

Indicates the line style of a cell border.

Value Meaning
L_OcrBorderLineStyle_None There is no line (for example, a cell will not have visible borders, or a frame will be indicated by only a different background color).
L_OcrBorderLineStyle_Solid Solid line.
L_OcrBorderLineStyle_Double Double line.
L_OcrBorderLineStyle_Dashed Dashed line.
L_OcrBorderLineStyle_Dotted Dotted line.
L_OcrBorderLineStyle_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