←Select platform

RightBorderColor Property

Summary

Gets or sets the right border color of the cell

Syntax
C#
VB
Objective-C
C++
Java
public RasterColor RightBorderColor { get; set; } 
Public Property RightBorderColor As RasterColor 
@property (nonatomic, copy, null_resettable) LTRasterColor *rightBorderColor 
public RasterColor getRightBorderColor() 
public void setRightBorderColor(RasterColor value) 
public: 
property RasterColor RightBorderColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

A RasterColor that specifies the right border color of the cell. Default value is Black.

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