Returns the default value in a range when the value of the CapType property is TWON_RANGE. This is a runtime, read-only property.

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public double CapDefaultValue { get; }
Visual Basic
Public ReadOnly Property CapDefaultValue As Double
	Get

Remarks

Reading this property after calling CapGet() method. Default value reflects the source's power-on value. It can NOT be set. CapDefaultValue property is valid only when the value of the CapType property is TWON_RANGE. For information of which properties are valid for different container types, please refer to CapType property.

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