Indicates the orientation of pages when printing.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum PrintOrientationTag
Public Enumeration PrintOrientationTag
public enum class PrintOrientationTag
Members
Member | Value | Description |
---|---|---|
Portrait | 0 |
The job prints vertically on the page.
|
Landscape | 1 |
The job prints horizontally on the page.
|