ClaimedJournalPrinter.IsLetterQuality Property

Definition

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.

Implements

Applies to

See also