Share via


ImageScanner.IlluminateMode Property

2/27/2008

Gets or sets a Boolean value that indicates whether the device enables the illumination source during a scan session.

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

Syntax

'Declaration
Public MustOverride Property IlluminateMode As Boolean
public abstract bool IlluminateMode { get; set; }
public:
virtual property bool IlluminateMode {
    bool get () abstract;
    void set (bool value) abstract;
}
/** @property */
public abstract boolean get_IlluminateMode ()

/** @property */
public abstract void set_IlluminateMode (boolean value)
public abstract function get IlluminateMode () : boolean

public abstract function set IlluminateMode (value : boolean)

Remarks

If true, the Image Scanner enables the illumination source during a scan session. If false, the Image Scanner does not turn on the illumination source during a scan session

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.CapIlluminate Property