ClaimedJournalPrinter.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 journal printer station prints with high quality or high speed. Note, this may throw an exception if the corresponding sensor is not available on the printer.
public:
property bool IsLetterQuality { bool get(); void set(bool value); };
bool IsLetterQuality();
void IsLetterQuality(bool value);
public bool IsLetterQuality { get; set; }
var boolean = claimedJournalPrinter.isLetterQuality;
claimedJournalPrinter.isLetterQuality = boolean;
Public Property IsLetterQuality As Boolean
Property Value
Boolean
bool
True if the journal printer station prints with high quality. False if the journal printer station prints with high speed.