←Select platform

OcrBackgroundFillStyle Enumeration

Summary

Indicates the background fill style of a cell border.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
public enum OcrBackgroundFillStyle   
<SerializableAttribute()> 
Public Enum OcrBackgroundFillStyle  
    
    
[SerializableAttribute()] 
public enum OcrBackgroundFillStyle    
typedef NS_ENUM(NSInteger, LTOcrBackgroundFillStyle) 
public enum OcrBackgroundFillStyle 
Leadtools.Forms.Ocr.OcrBackgroundFillStyle = function() { }; 
Leadtools.Forms.Ocr.OcrBackgroundFillStyle.prototype = {<br/> 
  None = 0, 
    Solid = 1, 
    Hatch = 2, 
     
 }; 
[SerializableAttribute()] 
public enum class OcrBackgroundFillStyle   

Members

ValueMemberDescription
0None There is no fill style.
1Solid Solid fill.
2Hatch Hatch fill style.
Example

For an example, refer to IOcrTableZoneManager.

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace

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