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


In This Topic
    LlExtensionType Enumeration
    In This Topic

    Enumeration of various extension types.

    Syntax
    'Declaration
     
    
    Public Enum LlExtensionType 
       Inherits System.Enum
    public enum LlExtensionType : System.Enum 
    public enum class LlExtensionType : public System.Enum 
    Members
    MemberDescription
    Barcode

    Barcode module (e.g. PDF 417, Maxicode, ...)

    Export

    Export module (e.g. PDF, HTML,...)

    ObjectObject module
    WizardProject wizard module
    Remarks

    There will be usually only exporter module options set by the host program. The easier way is to use the ExportOptions property.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlExtensionType

    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