| Visual Basic (Declaration) | |
|---|---|
Public Enum DeskewCommandBackgroundOptions Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DeskewCommandBackgroundOptions : Enum | |
| C++/CLI | |
|---|---|
public enum class DeskewCommandBackgroundOptions : public Enum | |
| Member | Description |
|---|---|
| FillExposedArea | Use the fill color (in the FillColor property) to fill areas exposed by rotation. |
| DoNotFillExposedArea | Determine the suitable background color for fill areas exposed by rotation automatically. FillColor is ignored in this case. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.ImageProcessing.DeskewCommandBackgroundOptions
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Copy Code