L_OcrBorderLineStyle

Summary

Indicates the line style of a cell border.

Syntax

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; 

Members

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.

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.