共用方式為


PosPrinterPrintOptions.Subscript 屬性

定義

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

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

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

屬性值

Boolean

bool

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

適用於