←Select platform

RightBorderStyle Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public OcrCellBorderLineStyle RightBorderStyle { get; set; } 
Public Property RightBorderStyle As Leadtools.Forms.Ocr.OcrCellBorderLineStyle 
public Leadtools.Forms.Ocr.OcrCellBorderLineStyle RightBorderStyle {get; set;} 
@property (nonatomic, assign) LTOcrCellBorderLineStyle rightBorderStyle 
public OcrCellBorderLineStyle getRightBorderStyle() 
public void setRightBorderStyle(OcrCellBorderLineStyle value) 
             
 <br/>get_RightBorderStyle();<br/>set_RightBorderStyle(value);<br/>Object.defineProperty('RightBorderStyle');  

Property Value

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