C#
VB
Java
Objective-C
WinRT C#
C++
Indicates the background fill style of a cell border.
[SerializableAttribute()]
public enum OcrBackgroundFillStyle
<SerializableAttribute()>
Public Enum OcrBackgroundFillStyle
[SerializableAttribute()]
public enum OcrBackgroundFillStyle
typedef NS_ENUM(NSInteger, LTOcrBackgroundFillStyle)
public enum OcrBackgroundFillStyle
Leadtools.Forms.Ocr.OcrBackgroundFillStyle = function() { };
Leadtools.Forms.Ocr.OcrBackgroundFillStyle.prototype = {<br/>
None = 0,
Solid = 1,
Hatch = 2,
};
[SerializableAttribute()]
public enum class OcrBackgroundFillStyle
Members
Value | Member | Description |
---|---|---|
0 | None | There is no fill style. |
1 | Solid | Solid fill. |
2 | Hatch | Hatch fill style. |
For an example, refer to IOcrTableZoneManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET