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)
get_BottomBorderStyle();
set_BottomBorderStyle(value);
Object.defineProperty('BottomBorderStyle');
public: property OcrCellBorderLineStyle BottomBorderStyle { OcrCellBorderLineStyle get(); void set ( OcrCellBorderLineStyle value); }