Share via


ImageScanner.CapAim Property

2/27/2008

Gets a Boolean value that indicates whether the device supports aiming spots or aiming grids.

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

Syntax

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

Remarks

If true, the Image Scanner supports the property to enable or disable the display of an aiming spot or grid.

This property is initialized by the Open method.

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

ImageScanner Class
ImageScanner Members
Microsoft.PointOfService Namespace
ImageScanner.AimMode Property