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



In This Topic
    CodecOperation Enumeration
    In This Topic
    The basic types of codec operation requested by DicomObjects
    Syntax
    'Declaration
     
    
    Public Enum CodecOperation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CodecOperation
    public enum CodecOperation : System.Enum 
    public enum class CodecOperation : public System.Enum 
    Members
    MemberDescription
    Compress Compression of DICOM images
    Decompress Decompression of DICOM compressed images
    Export Export of images to external files
    Import Import of images from external files
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.CodecOperation

    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