Click or drag to resize

Device.ImageLayout Property

Gets or sets the layout used when acquiring image data.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.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