←Select platform

LeftBorderStyle Property

Summary

Gets or sets the style of the left border of the cell

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public OcrCellBorderLineStyle LeftBorderStyle { get; set; } 
Public Property LeftBorderStyle As Leadtools.Forms.Ocr.OcrCellBorderLineStyle 
public Leadtools.Forms.Ocr.OcrCellBorderLineStyle LeftBorderStyle {get; set;} 
@property (nonatomic, assign) LTOcrCellBorderLineStyle leftBorderStyle 
public OcrCellBorderLineStyle getLeftBorderStyle() 
public void setLeftBorderStyle(OcrCellBorderLineStyle value) 
             
 <br/>get_LeftBorderStyle();<br/>set_LeftBorderStyle(value);<br/>Object.defineProperty('LeftBorderStyle');  

Property Value

An OcrCellBorderLineStyle enumeration member that specifies the style of the left border of the cell. Default value is OcrCellBorderLineStyle.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