Share via


PosPrinterPrintOptions.ReverseVideo Property

Definition

Gets or sets a value that indicates if the application wants to print characters in reverse-video style.

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

Property Value

Boolean

bool

True if the application wants to print characters in reverse-video style; otherwise, false.

Applies to