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


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public MustOverride Property CenterPageHeader As String
C# 
public abstract string CenterPageHeader {get; set;}
C++/CLI 
public:
abstract property String^ CenterPageHeader {
   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