Share via


CheckScanner.CapAutoGenerateFileId Property

2/27/2008

Gets the Boolean value that indicates whether the Check Scanner device can create a file name for the image file automatically.

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

Syntax

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

Remarks

If set to true, the Check Scanner device can automatically create a file name for the captured image file.

CapAutoGenerateFileId 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
FileId