Share via


CheckScanner.CapImageTagData Property

2/27/2008

Gets the Boolean value that indicates whether the Check Scanner device can set tag data.

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

Syntax

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

Remarks

If set to true, the Check Scanner device can set tag data, as defined by the ImageTagData property, to the image data file that is stored in the ImageData property.

CapImageTagData 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
ImageTagData
ImageData
CheckScanner.RetrieveImage Method
CheckScanner.StoreImage Method