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






    CodecUsage Enumeration
    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
    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: .NET CLR 4.8 or higher

    See Also