public OcrCellBorderLineStyle LeftBorderStyle {get; set;}
'Declaration
Public Property LeftBorderStyle As OcrCellBorderLineStyle
'Usage
Dim instance As OcrZoneCell
Dim value As OcrCellBorderLineStyle
instance.LeftBorderStyle = value
value = instance.LeftBorderStyle
public OcrCellBorderLineStyle LeftBorderStyle {get; set;}
@property (nonatomic, assign) LTOcrCellBorderLineStyle leftBorderStyle;
public OcrCellBorderLineStyle getLeftBorderStyle()
public void setLeftBorderStyle(OcrCellBorderLineStyle value)
get_LeftBorderStyle();
set_LeftBorderStyle(value);
Object.defineProperty('LeftBorderStyle');
Property Value
An
OcrCellBorderLineStyle enumeration member that specifies the style of the left border of the cell. Default value is
OcrCellBorderLineStyle.Solid.