ICommonPosPrintStationCapabilities.IsDoubleHighDoubleWidePrintSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.