Share via


CheckScanner.QualityList Property

2/27/2008

Gets the resolutions that the Check Scanner device can support.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property QualityList As Integer()
public abstract int[] QualityList { get; }
public:
virtual property array<int>^ QualityList {
    array<int>^ get () abstract;
}
/** @property */
public abstract int[] get_QualityList ()
public abstract function get QualityList () : int[]

Remarks

The array consists of comma-separated values of available scanning resolutions, expressed in dpi (dots per inch). An empty array indicates that resolution is not available.

An example might be "160,320". This indicates that the device supports 160 and 320 dpi.

Any stored data in the ImageData property is not affected by setting QualityList.

QualityList is set by the service object, based on the capabilities of the device. If the current value of the Quality property is not in the list provided by the service object, Quality is reset to the first value in the list.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

CheckScanner Class
CheckScanner Members
Microsoft.PointOfService Namespace
CheckScanner.Quality Property
CheckScanner.ImageData Property