Click or drag to resize

IsisControllerAcquiredImageType Property

Gets or sets the type of image to be returned from a scanner. The default value is AtalaImage.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IsisAcquiredImageType AcquiredImageType { get; set; }

Property Value

Type: IsisAcquiredImageType
Remarks
After an image data is acquired from a scanner, DotIsis wraps it with an object that can be used further in an application. By default, AtalaImage is produced. However, if needed user may instruct the SDK to produce Bitmap object.
See Also