Gets or sets the color used to fill the background following rotation.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DeskewRequest
Dim value As String
instance.FillColor = value
value = instance.FillColor |
Property Value
Color used to fill the background following rotation. This is used only if
DeskewCommandFlags.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