LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

FillColor Property (DeskewCommand)

Show in webframe







Gets or sets the color used to fill the background following rotation.
Syntax
public RasterColor FillColor {get; set;}
'Declaration
 
Public Property FillColor As RasterColor
'Usage
 
Dim instance As DeskewCommand
Dim value As RasterColor
 
instance.FillColor = value
 
value = instance.FillColor
public RasterColor FillColor {get; set;}
@property (nonatomic, copy) LTRasterColor* fillColor;
public RasterColor getFillColor()
public void setFillColor(RasterColor value)
            
 
get_FillColor();
set_FillColor(value);
Object.defineProperty('FillColor');
public:
property RasterColor FillColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

Color used to fill the background following rotation. This is used only if DeskewCommandFlags.FillExposedArea is set in the Flags property.
Example
Refer to Angle.
Requirements

Target Platforms

See Also

Reference

DeskewCommand Class
DeskewCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.