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


Glossary Item Box

Gets or sets the number of pages per sheet of media when printing.

Syntax

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

Remarks

The supported number of pages per sheet can be retrieved as follows: IPropertyInfo propInf = app.Display.Printer as IPropertyInfo; int[] validPagesPerSheet = propInf.ValidValues<string>("PagesPerSheet");

Requirements

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

See Also