ICommonClaimedPosPrinterStation.IsLetterQuality 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定印表機站是否以高品質或高速列印。
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
屬性值
Boolean
bool
如果印表機站列印品質很高,則為 True。 False 表示服務點印表機以高速列印。