DicomObjects.NET Core Documentation
DicomObjects.Enums Namespace / LicenceTypes Enumeration



In This Topic
    LicenceTypes Enumeration
    In This Topic
    Indicates the basic type of DicomObjects licence
    Syntax
    'Declaration
     
    
    Public Enum LicenceTypes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LicenceTypes
    public enum LicenceTypes : System.Enum 
    public enum class LicenceTypes : public System.Enum 
    Members
    MemberDescription
    Demo Allows use for demonstrations
    Developer Use for development and testing only
    Full Full commercial licence for production use
    Trial Allows use for evaluation only
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.LicenceTypes

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also