ClaimedReceiptPrinter.IsLetterQuality 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 or sets whether the receipt printer station prints with high quality or high speed.
public:
property bool IsLetterQuality { bool get(); void set(bool value); };
bool IsLetterQuality();
void IsLetterQuality(bool value);
public bool IsLetterQuality { get; set; }
var boolean = claimedReceiptPrinter.isLetterQuality;
claimedReceiptPrinter.isLetterQuality = boolean;
Public Property IsLetterQuality As Boolean
Property Value
Boolean
bool
True if the receipt printer station prints with high quality. False if the receipt printer station prints with high speed.