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; }
Public Property ImageLayout As TwainImageLayout
Get
Set
Property Value
Type:
TwainImageLayout The current image layout used.
Exceptions Exception | Condition |
---|
| 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