ReceiptPrinterCapabilities.IsDualColorSupported Property

Definition

Gets whether the receipt printer station can print a dark color plus an alternate color.

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

Property Value

Boolean

bool

True if the receipt printer station can print a dark color plus an alternate color; otherwise false.

Implements

Applies to

See also