Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > OcrZoneCell Class : BottomBorderStyle Property |
public OcrCellBorderLineStyle BottomBorderStyle {get; set;}
'Declaration
Public Property BottomBorderStyle As OcrCellBorderLineStyle
'Usage
Dim instance As OcrZoneCell Dim value As OcrCellBorderLineStyle instance.BottomBorderStyle = value value = instance.BottomBorderStyle
public 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');
public: property OcrCellBorderLineStyle BottomBorderStyle { OcrCellBorderLineStyle get(); void set ( OcrCellBorderLineStyle value); }