共用方式為


PosPrinterPrintOptions.ReverseVideo 屬性

定義

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

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

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

屬性值

Boolean

bool

如果應用程式想要以反向視訊樣式列印字元,則為 True;否則為 false。

適用於