Returns or sets the border style.
Namespace: Dynamsoft.DotNet.TWAINAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public DWTWndBorderStyle BorderStyle { get; set; } |
| Visual Basic |
|---|
Public Property BorderStyle As DWTWndBorderStyle Get Set |
Remarks
| Allowed Values | Description |
|---|---|
| None (0) | No border |
| SingleFlat (1) | Flat border |
| Single3D (2) | 3D border |
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. |