Click or drag to resize

DeviceImageLayout Property

Gets or sets the layout used when acquiring image data.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TwainImageLayout ImageLayout { get; set; }

Property Value

Type: TwainImageLayout
The current image layout used.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks
This is an extension to the Frame property to provide more information about the acquisition.
See Also