Share via


LineDisplayProperties.CapBitmap Property

2/27/2008

If true, display of bitmaps is supported.

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

Syntax

'Declaration
Public Property CapBitmap As Boolean
public bool CapBitmap { get; set; }
public:
property bool CapBitmap {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_CapBitmap ()

/** @property */
public void set_CapBitmap (boolean value)
public function get CapBitmap () : boolean

public function set CapBitmap (value : boolean)

Remarks

CapBitmap 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

LineDisplayProperties Class
LineDisplayProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplayBase.CapBitmap Property