LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

FillColor Property (DeskewActivity)

Show in webframe





Gets or sets the color used to fill the background following rotation.
Syntax
public Color FillColor {get; set;}
'Declaration
 
Public Property FillColor As Color
'Usage
 
Dim instance As DeskewActivity
Dim value As Color
 
instance.FillColor = value
 
value = instance.FillColor

            

            
public:
property Color FillColor {
   Color get();
   void set (    Color value);
}

Property Value

Color used to fill the background following rotation. This is used only if BackgroundOptions.FillExposedArea is set in the Flags property.
Requirements

Target Platforms

See Also

Reference

DeskewActivity Class
DeskewActivity Members

 

 


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