共用方式為


PosPrinterPrintOptions.Italic 屬性

定義

取得或設定值,這個值表示應用程式是否要以斜體樣式列印字元。

public:
 property bool Italic { bool get(); void set(bool value); };
bool Italic();

void Italic(bool value);
public bool Italic { get; set; }
var boolean = posPrinterPrintOptions.italic;
posPrinterPrintOptions.italic = boolean;
Public Property Italic As Boolean

屬性值

Boolean

bool

如果應用程式想要以斜體樣式列印字元,則為 True;否則為 false。

適用於