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


Glossary Item Box

Gets or sets the page orientation to use when printing.

Syntax

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

Requirements

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

See Also