←Select platform

BackgroundColor Property

Summary

Gets or sets the background color of the cell

Syntax
C#
VB
Objective-C
C++
Java
public RasterColor BackgroundColor { get; set; } 
Public Property BackgroundColor As RasterColor 
@property (nonatomic, copy, null_resettable) LTRasterColor *backgroundColor 
public RasterColor getBackgroundColor() 
public void setBackgroundColor(RasterColor value) 
public: 
property RasterColor BackgroundColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

A RasterColor that specifies the background color of the cell. Default value is White.

Remarks

You can also change the background color of a cell directly by using IOcrTableZoneManager.SetCellBackgroundColor.

Example

For an example, refer to IOcrTableZoneManager

Requirements

Target Platforms

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

Leadtools.Ocr Assembly