←Select platform

BackgroundColor Property

Summary

Gets or sets the background color of the cell

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterColor BackgroundColor { get; set; } 
Public Property BackgroundColor As Leadtools.RasterColor 
public Leadtools.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 Leadtools.RasterColor BackgroundColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly