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


Glossary Item Box

Gets or sets the string to display at the top left of every printed sheet.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property LeftPageHeader As String
C# 
public abstract string LeftPageHeader {get; set;}
C++/CLI 
public:
abstract property String^ LeftPageHeader {
   String^ get();
   void set (    String^ value);
}

Remarks

If the string contains any of the following literal strings, a substitution will occur at the time of printing:
String Substitution
${AppName} The application name.
${Date} The current date.
${Time} The current time.
${DateTime} The current date and time.

Requirements

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

See Also