←Select platform

LeftBorderStyle Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public OcrCellBorderLineStyle LeftBorderStyle { get; set; } 
Public Property LeftBorderStyle As OcrCellBorderLineStyle 
@property (nonatomic, assign) LTOcrCellBorderLineStyle leftBorderStyle 
public OcrCellBorderLineStyle getLeftBorderStyle() 
public void setLeftBorderStyle(OcrCellBorderLineStyle value) 
public: 
property OcrCellBorderLineStyle LeftBorderStyle { 
   OcrCellBorderLineStyle get(); 
   void set (    OcrCellBorderLineStyle ); 
} 

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly