C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the style of the background fill of the cell
public OcrBackgroundFillStyle BackgroundFillStyle { get; set; }
Public Property BackgroundFillStyle As Leadtools.Forms.Ocr.OcrBackgroundFillStyle
public Leadtools.Forms.Ocr.OcrBackgroundFillStyle BackgroundFillStyle {get; set;}
@property (nonatomic, assign) LTOcrBackgroundFillStyle backgroundFillStyle
public OcrBackgroundFillStyle getBackgroundFillStyle()
public void setBackgroundFillStyle(OcrBackgroundFillStyle value)
<br/>get_BackgroundFillStyle();<br/>set_BackgroundFillStyle(value);<br/>Object.defineProperty('BackgroundFillStyle');
public:
property Leadtools.Forms.Ocr.OcrBackgroundFillStyle BackgroundFillStyle {
Leadtools.Forms.Ocr.OcrBackgroundFillStyle get();
void set ( Leadtools.Forms.Ocr.OcrBackgroundFillStyle );
}
An OcrBackgroundFillStyle enumeration member that specifies the style of the background fill of the cell. Default value is OcrBackgroundFillStyle.Solid.
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