Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
FillColor Property
See Also 
Leadtools.ImageProcessing Namespace > DeskewExtendedCommand Class : FillColor Property



Gets or sets the value that indicates the color used to fill the background following rotation.

Syntax

Visual Basic (Declaration) 
Public Property FillColor As Color
Visual Basic (Usage)Copy Code
Dim instance As DeskewExtendedCommand
Dim value As Color
 
instance.FillColor = value
 
value = instance.FillColor
C# 
public Color FillColor {get; set;}
C++/CLI 
public:
property Color FillColor {
   Color get();
   void set (Color value);
}

Return Value

Value that indicates the color used to fill the background following rotation. This value is used only if DeskewExtendedCommandFlags.FillExposedArea is set in flags.

Example

For an example, refer to DeskewExtendedCommand.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also