Loads the configurations of the source's users interface saved by SaveCustomDSData or SaveCustomDSDataEx.

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

Syntax

C#
public bool LoadCustomDSDataEx(
	byte[] bytDate
)
Visual Basic
Public Function LoadCustomDSDataEx ( _
	bytDate As Byte() _
) As Boolean

Parameters

bytDate
Type: array<System..::..Byte>[]()[][]

Return Value

True indicates success. False indicates failure.

Remarks

You can set IfShowUI to true to display the user interface of the source.

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