Share via


CheckScanner.CapStoreImageFiles Property

2/27/2008

Gets the Boolean value that indicates whether the Check Scanner device can store check images.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapStoreImageFiles As Boolean
public abstract bool CapStoreImageFiles { get; }
public:
virtual property bool CapStoreImageFiles {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapStoreImageFiles ()
public abstract function get CapStoreImageFiles () : boolean

Remarks

If set to true, the Check Scanner device can store check images in its hardware memory by using the StoreImage method.

CapStoreImageFiles 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
CheckScanner.RetrieveImage Method
CheckScanner.StoreImage Method