Keysight Pathwave 89600 VSA .NET API
IsWhiteBackground Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Printer Class : IsWhiteBackground Property


Glossary Item Box

Gets or sets a value indicating whether the trace background is forced to white.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property IsWhiteBackground As Boolean
C# 
public abstract bool IsWhiteBackground {get; set;}
C++/CLI 
public:
abstract property bool IsWhiteBackground {
   bool get();
   void set (    bool value);
}

Remarks

Traces normally have a dark background. To save ink set this property to true. It will force the trace background to be set to white prior to printing. To maintain the visibility of the trace itself, light trace colors will be darkened on the printed image.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also