←Select platform

BottomBorderStyle Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public OcrCellBorderLineStyle BottomBorderStyle { get; set; } 
Public Property BottomBorderStyle As Leadtools.Forms.Ocr.OcrCellBorderLineStyle 
public Leadtools.Forms.Ocr.OcrCellBorderLineStyle BottomBorderStyle {get; set;} 
@property (nonatomic, assign) LTOcrCellBorderLineStyle bottomBorderStyle 
public OcrCellBorderLineStyle getBottomBorderStyle() 
public void setBottomBorderStyle(OcrCellBorderLineStyle value) 
             
 <br/>get_BottomBorderStyle();<br/>set_BottomBorderStyle(value);<br/>Object.defineProperty('BottomBorderStyle');  

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

Leadtools.Forms.Ocr Assembly