Share via


PointCardRW.CapBold Property

Indicates the device can print bold characters.

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

Usage

'Usage
Dim pointCardRW1 As PointCardRW

Dim returnValue As Boolean
returnValue = pointCardRW1.CapBold

Syntax

'Declaration
Public MustOverride ReadOnly Property CapBold() As Boolean
public abstract bool CapBold {get;}
public: property virtual Boolean CapBold{
    Boolean get();
}
public abstract boolean get_CapBold();
public abstract function get CapBold() : Boolean;

Remarks

If TRUE, the Point Card Reader/Writer can print bold characters; otherwise, FALSE.

CapBold is typically initialized to FALSE. It should then be kept current by the service object while the device is enabled.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace