DicomObjects.NET.8.48 Documentation
DicomObjects.Enums Namespace / LicenseTypes Enumeration






    LicenseTypes Enumeration
    Indicates the basic type of DicomObjects license
    Syntax
    'Declaration
     
    
    Public Enum LicenseTypes 
       Inherits System.Enum
     
    'Usage
     
    
    Dim instance As LicenseTypes
    Members
    MemberDescription
    Demo Allows use for demonstrations
    Developer Use for development and testing only
    Full Full commercial license for production use
    Trial Allows use for evaluation only
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.LicenseTypes

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also