LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
FillColor Property
See Also 
Leadtools.Workflow.ImageProcessing Namespace > HighQualityRotateActivity Class : FillColor Property



Gets or sets the background fill color.

Syntax

Visual Basic (Declaration) 
Public Property FillColor As Color
Visual Basic (Usage)Copy Code
Dim instance As HighQualityRotateActivity
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);
}

Property Value

A Color object that determine the background fill color.

Remarks

The FillColor property will only be used if HighQualityRotateCommandFlags.Resize is specified in the Flags property. Since a Leadtools.Workflow.Raster.WorkflowImage is always a rectangular object, rotation will always increase the width and height of the image. The extra space will be filled with the color specified in FillColor.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Workflow.ImageProcessing requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features