Click or drag to resize

DeviceGetSupportedOverscanModes Method

Returns the overscan modes supported by the device.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public OverscanMode[] GetSupportedOverscanModes()

Return Value

Type: OverscanMode
An array of OverscanMode values supported by the device.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Thrown if there is a Twain error during processing.
See Also