ClaimedSlipPrinter.IsLetterQuality Property

Definition

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

Property Value

Boolean

bool

True if the slip printer station prints with high quality. False if the slip printer station with high speed.

Implements

Applies to

See also