←Select platform

BackgroundFillStyle Property

Summary

Gets or sets the style of the background fill of the cell

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly