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



In This Topic
    CodecUsage Enumeration
    In This Topic
    Enum to control whether a codec should use the Windows codec when available.
    Syntax
    'Declaration
     
    
    Public Enum CodecUsage 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CodecUsage
    public enum CodecUsage : System.Enum 
    public enum class CodecUsage : public System.Enum 
    Members
    MemberDescription
    DicomObjects Use the DicomObjects codec
    Windows Use the Windows codec
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.CodecUsage

    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