←Select platform

RightBorderStyle Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public OcrCellBorderLineStyle RightBorderStyle { get; set; } 
Public Property RightBorderStyle As OcrCellBorderLineStyle 
@property (nonatomic, assign) LTOcrCellBorderLineStyle rightBorderStyle 
public OcrCellBorderLineStyle getRightBorderStyle() 
public void setRightBorderStyle(OcrCellBorderLineStyle value) 
public: 
property OcrCellBorderLineStyle RightBorderStyle { 
   OcrCellBorderLineStyle get(); 
   void set (    OcrCellBorderLineStyle ); 
} 

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly