Share via


CheckScanner.ImageTagData Property

2/27/2008

Gets or sets a string that specifies the tag name for the captured image data.

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

Syntax

'Declaration
Public MustOverride Property ImageTagData As String
public abstract string ImageTagData { get; set; }
public:
virtual property String^ ImageTagData {
    String^ get () abstract;
    void set (String^ value) abstract;
}
/** @property */
public abstract String get_ImageTagData ()

/** @property */
public abstract void set_ImageTagData (String value)
public abstract function get ImageTagData () : String

public abstract function set ImageTagData (value : String)

Remarks

Holds a string that specifies the tag name for the captured image data. The string may be specified by the application or automatically generated by the Check Scanner device.

If the application chooses to create the data for ImageTagData, it must set ImageTagData before calling the StoreImage method. After it calls the RetrieveMemory method, ImageTagData is set if available. ImageTagData is set before a DataEvent event is delivered to the application.

If the CapAutoGenerateImageTagData property is set to true, the ImageTagData is automatically generated by the service object based on the capabilities of the device when the image is scanned.

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.CapAutoGenerateImageTagData Property
CheckScanner.RetrieveImage Method
CheckScanner.RetrieveMemory Method
CheckScanner.StoreImage Method