ReceiptPrinterCapabilities.IsDoubleWidePrintSupported Property

Definition

Gets whether the receipt printer station can print double-wide characters.

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

Property Value

Boolean

bool

True if the receipt printer station can print double-wide characters; otherwise false.

Implements

Applies to

See also