DicomObjects.NET.V8
DicomObjects.Enums Namespace / LicenseTypes Enumeration



In This Topic
    LicenseTypes Enumeration
    In This Topic
    Indicates the basic type of DicomObjects license
    Syntax
    'Declaration
     
    Public Enum LicenseTypes 
       Inherits System.Enum
    'Usage
     
    Dim instance As LicenseTypes
    public enum LicenseTypes : System.Enum 
    public enum class LicenseTypes : public System.Enum 
    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.0 or higher

    See Also