Returns or sets the background color of the main control. It is a value specifying the 32-bit ARGB value.
Namespace: Dynamsoft.DotNet.TWAINAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Remarks
Default is White. The byte-ordering of the 32-bit ARGB value is AARRGGBB. The most significant byte (MSB),
represented by AA, is the alpha component value. The second, third, and fourth bytes, represented by RR, GG, and BB,
are the color components red, green, and blue respectively.
Exceptions
| Exception | Condition |
|---|---|
| Dynamsoft.DotNet.TWAIN..::..TwainException | When an error occurs and IfThrowException property is true, an exception will be thrown. When IfThrowException property is false, please check ErrorCode and ErrorString. |