Returns or sets the border style.

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: 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 ValuesDescription
None (0)No border
SingleFlat (1)Flat border
Single3D (2)3D border
The default value of the BorderStyle property is None (0). Supports changing the border style of the control, not the border style of each image in the view mode.

Exceptions

ExceptionCondition
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.

See Also