Dynamsoft Home|Product Home

IfDuplexEnabled Property

Description

Returns or sets whether the Source supports duplex. If TRUE, the scanner scans both sides of a paper; otherwise, the scanner will scan only one side of the image. This is a runtime property.

Data type

Boolean

Syntax

ObjectName. IfDuplexEnabled

Remarks

Call OpenSource() method and confirm that the duplex is supported (see Duplex property) before using this property.

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

See also

Duplex property

Samples

Do a duplex scan.