Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > OcrZoneCell Class : BackgroundColor Property |
public RasterColor BackgroundColor {get; set;}
'Declaration
Public Property BackgroundColor As RasterColor
'Usage
Dim instance As OcrZoneCell Dim value As RasterColor instance.BackgroundColor = value value = instance.BackgroundColor
public RasterColor BackgroundColor {get; set;}
@property (nonatomic, copy, null_resettable) LTRasterColor *backgroundColor
public RasterColor getBackgroundColor() public void setBackgroundColor(RasterColor value)
<br/>get_BackgroundColor();<br/>set_BackgroundColor(value);<br/>Object.defineProperty('BackgroundColor');
public: property RasterColor BackgroundColor { RasterColor get(); void set ( RasterColor value); }
You can also change the background color of a cell directly by using IOcrTableZoneManager.SetCellBackgroundColor.