InfoConnect for Unisys
GraphicsLevelOption Enumeration


Graphics level option.
Syntax
'Declaration
 
Public Enum GraphicsLevelOption 
   Inherits System.Enum
'Usage
 
Dim instance As GraphicsLevelOption
public enum GraphicsLevelOption : System.Enum 
Members
MemberDescription
LA210The LA210 uses a 1:1 aspect ratio with a horizontal grid size of about 338 by 0.025 mm (13 by 0.001 inches).
Level1Level 1 sixel devices have an aspect ratio of 2:1 (two horizontal pixels to one vertical pixel), and a horizontal grid size of about 188 by 0.025 mm (7.5 by 0.001 inches).
Level2Level 2 sixel devices, which include Digital's LA75 and LN03 printers, have a variable aspect ratio and variable horizontal grid size; the default aspect ratio is 1:1.
Inheritance Hierarchy

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

See Also