Dynamsoft Home|Product Home

BorderStyle

Description

Sets or returns the border style.

Data type

Enumerated Value/Integer

Value Description
None (0) No border.
SingleFlat (1) Flat border.
Single3D (2) 3D border.

Syntax

ObjectName. BorderStyle

Remarks

The default value of the BorderStyle property is None (0).

When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.