InfoConnect for Unisys
GraphicsPrintModeOption Enumeration


Graphic print mode options.
Syntax
'Declaration
 
Public Enum GraphicsPrintModeOption 
   Inherits System.Enum
'Usage
 
Dim instance As GraphicsPrintModeOption
public enum GraphicsPrintModeOption : System.Enum 
Members
MemberDescription
CompressPrints the page vertically (that is, with the longest edge of the paper on the sides).
ExpandPrints the page vertically, but with characters twice as high and twice as wide as for rcCompress.
RotatePrints the page horizontally (that is, with the longest edge of the paper on the top and bottom).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.GraphicsPrintModeOption

See Also