ICommonClaimedPosPrinterStation.IsLetterQuality Property

Definition

Gets or sets whether the 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 = iCommonClaimedPosPrinterStation.isLetterQuality;
iCommonClaimedPosPrinterStation.isLetterQuality = boolean;
Public Property IsLetterQuality As Boolean

Property Value

Boolean

bool

True if the printer station prints with high quality. False if the point-of-service printer prints with high speed.

Applies to