←Select platform

BottomBorderStyle Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public OcrCellBorderLineStyle BottomBorderStyle { get; set; } 
Public Property BottomBorderStyle As OcrCellBorderLineStyle 
@property (nonatomic, assign) LTOcrCellBorderLineStyle bottomBorderStyle 
public OcrCellBorderLineStyle getBottomBorderStyle() 
public void setBottomBorderStyle(OcrCellBorderLineStyle value) 
public: 
property OcrCellBorderLineStyle BottomBorderStyle { 
   OcrCellBorderLineStyle get(); 
   void set (    OcrCellBorderLineStyle ); 
} 

Property Value

An OcrCellBorderLineStyle enumeration member that specifies the style of the bottom 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