←Select platform

BackgroundFillStyle Property

Summary
Gets or sets the style of the background fill of the cell
Syntax
C#
VB
Objective-C
C++
Java
public OcrBackgroundFillStyle BackgroundFillStyle { get; set; } 
Public Property BackgroundFillStyle As OcrBackgroundFillStyle 
@property (nonatomic, assign) LTOcrBackgroundFillStyle backgroundFillStyle 
public OcrBackgroundFillStyle getBackgroundFillStyle() 
public void setBackgroundFillStyle(OcrBackgroundFillStyle value) 
public: 
property OcrBackgroundFillStyle BackgroundFillStyle { 
   OcrBackgroundFillStyle get(); 
   void set (    OcrBackgroundFillStyle ); 
} 

Property Value

An OcrBackgroundFillStyle enumeration member that specifies the style of the background fill of the cell. Default value is OcrBackgroundFillStyle.Solid.

Example

For an example, refer to IOcrTableZoneManager

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

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