共用方式為


PosPrinterPrintOptions.Strikethrough 屬性

定義

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

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

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

屬性值

Boolean

bool

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

適用於