InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / GraphicsLevelOption Enumeration
In This Topic
    GraphicsLevelOption Enumeration
    In This Topic
    Graphics level option.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E62")>
    <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design", 
       CheckId="CA1008:EnumsShouldHaveZeroValue", 
       Scope="", 
       Target="", 
       MessageId="", 
       Justification="")>
    Public Enum GraphicsLevelOption 
       Inherits 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 one 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 two sixel devices, which include Digital LA75 and LN03 printers, have a variable aspect ratio and variable horizontal grid size; the default aspect ratio is 1:1.
    See Also