Share via


CheckScanner.CapAutoGenerateImageTagData Property

2/27/2008

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

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

Syntax

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

Remarks

If set to true, the Check Scanner device can automatically generate tag data that is used for the image file for the captured image.

CapAutoGenerateImageTagData is set by the service object, based on the capabilities 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