The FillColor Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets 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 DeskewActivity
Dim value As Color
instance.FillColor = value
value = instance.FillColor |
C# | |
---|
public Color FillColor {get; set;} |
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: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also