Share via


CheckScanner.CapImageFormat Property

2/27/2008

Gets the image file formats that this Check Scanner device supports.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapImageFormat As CheckImageFormats
public abstract CheckImageFormats CapImageFormat { get; }
public:
virtual property CheckImageFormats CapImageFormat {
    CheckImageFormats get () abstract;
}
/** @property */
public abstract CheckImageFormats get_CapImageFormat ()
public abstract function get CapImageFormat () : CheckImageFormats

Remarks

Possible values are defined by the CheckImageFormats enumeration.

CapImageFormat is a logical OR combination of any of the values specified by the CheckImageFormats enumeration.

CapImageFormat is set by the service object, based on the capability of the device.

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
ImageFormat
CheckImageFormats Enumeration