共用方式為


PosPrinterPrintOptions.Superscript 屬性

定義

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

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

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

屬性值

Boolean

bool

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

適用於