ICommonPosPrintStationCapabilities.IsDoubleHighDoubleWidePrintSupported Property

Definition

Gets whether the printer station can print characters that are both double-high and double-wide.

public:
 property bool IsDoubleHighDoubleWidePrintSupported { bool get(); };
bool IsDoubleHighDoubleWidePrintSupported();
public bool IsDoubleHighDoubleWidePrintSupported { get; }
var boolean = iCommonPosPrintStationCapabilities.isDoubleHighDoubleWidePrintSupported;
Public ReadOnly Property IsDoubleHighDoubleWidePrintSupported As Boolean

Property Value

Boolean

bool

True if the printer station can print characters that are both double-high and double-wide; otherwise false.

Applies to

See also