←Select platform

LeftBorderColor Property

Summary

Gets or sets the left border color of the cell

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterColor LeftBorderColor { get; set; } 
Public Property LeftBorderColor As Leadtools.RasterColor 
public Leadtools.RasterColor LeftBorderColor {get; set;} 
@property (nonatomic, copy, null_resettable) LTRasterColor *leftBorderColor 
public RasterColor getLeftBorderColor() 
public void setLeftBorderColor(RasterColor value) 
             
 <br/>get_LeftBorderColor();<br/>set_LeftBorderColor(value);<br/>Object.defineProperty('LeftBorderColor');  
public: 
property Leadtools.RasterColor LeftBorderColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

Property Value

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

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