ReceiptPrinterCapabilities.IsItalicSupported Property

Definition

Gets whether the receipt printer station can print italic characters.

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

Property Value

Boolean

bool

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

Implements

Applies to

See also