←Select platform

TopBorderColor Property

Summary

Gets or sets the top border color of the cell

Syntax
C#
VB
Objective-C
C++
Java
public RasterColor TopBorderColor { get; set; } 
Public Property TopBorderColor As RasterColor 
@property (nonatomic, copy, null_resettable) LTRasterColor *topBorderColor 
public RasterColor getTopBorderColor() 
public void setTopBorderColor(RasterColor value) 
public: 
property RasterColor TopBorderColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

A RasterColor that specifies the top 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