←Select platform

BottomBorderColor Property

Summary
Gets or sets the bottom border color of the cell
Syntax
C#
VB
Objective-C
C++
Java
public RasterColor BottomBorderColor { get; set; } 
Public Property BottomBorderColor As RasterColor 
@property (nonatomic, copy, null_resettable) LTRasterColor *bottomBorderColor 
public RasterColor getBottomBorderColor() 
public void setBottomBorderColor(RasterColor value) 
public: 
property RasterColor BottomBorderColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

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

Example

For an example, refer to IOcrTableZoneManager

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.