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


In This Topic
    LlPrinterConfiguration Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum LlPrinterConfiguration 
       Inherits System.Enum
    public enum LlPrinterConfiguration : System.Enum 
    public enum class LlPrinterConfiguration : public System.Enum 
    Members
    MemberDescription
    Restore

    Copies the previously saved configuration file (created with LL_PRINTERCONFIG_SAVE ) back to the current project.

    Save

    Saves the printer configuration file of the currently opened project in a file

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlPrinterConfiguration

    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