ReceiptPrinterCapabilities.IsBoldSupported Property

Definition

Gets whether the receipt printer station can print bold characters.

public:
 property bool IsBoldSupported { bool get(); };
bool IsBoldSupported();
public bool IsBoldSupported { get; }
var boolean = receiptPrinterCapabilities.isBoldSupported;
Public ReadOnly Property IsBoldSupported As Boolean

Property Value

Boolean

bool

True if the receipt printer station can print bold characters; otherwise false.

Implements

Applies to

See also