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


Glossary Item Box

Gets or sets how to scale the content to be printed onto the sheet.

Syntax

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

Requirements

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

See Also