Indicates the orientation of pages when printing.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Collapse imageSyntax

         
 C#  Visual Basic  Visual C++ 
public enum PrintOrientationTag
Public Enumeration PrintOrientationTag
public enum class PrintOrientationTag

Collapse imageMembers

MemberValueDescription
Portrait0
The job prints vertically on the page.
Landscape1
The job prints horizontally on the page.

Collapse imageSee Also