Keysight Pathwave 89600 VSA .NET API
PrintScalingType Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : PrintScalingType Enumeration


Glossary Item Box

Defines how to fit image on paper.

Syntax

Visual Basic (Declaration) 
Public Enum PrintScalingType 
   Inherits System.Enum
C# 
public enum PrintScalingType : System.Enum 
C++/CLI 
public enum class PrintScalingType : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
MaintainAspectMaintain the aspect ratio of the original content.
StretchToFitStretch the content to fit the media.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also