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。

适用于