combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlPrintorder Enumeration


In This Topic
    LlPrintorder Enumeration
    In This Topic
    Enumeration of possible printing orders for label printing.
    Syntax
    'Declaration
     
    
    Public Enum LlPrintorder 
       Inherits System.Enum
    public enum LlPrintorder : System.Enum 
    public enum class LlPrintorder : public System.Enum 
    Members
    MemberDescription
    Horizontal_LTRBHorizontal from left top to right bottom
    Horizontal_RBLTHorizontal from right bottom to left top
    Vertical_LTRBVertical from left top to right bottom
    Vertical_RBLTVertical from right bottom to left top
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlPrintorder

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also