ReceiptPrinterCapabilities.IsDoubleHighPrintSupported Property

Definition

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

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

Property Value

Boolean

bool

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

Implements

Applies to

See also