DicomObjects.NET10 Documentation
DicomObjects.Enums Namespace / CodecResolutionLevel Enumeration



In This Topic
    CodecResolutionLevel Enumeration
    In This Topic
    Enums that control Decompression levels
    Syntax
    'Declaration
     
    
    Public Enum CodecResolutionLevel 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CodecResolutionLevel
    public enum CodecResolutionLevel : System.Enum 
    public enum class CodecResolutionLevel : public System.Enum 
    Members
    MemberDescription
    Eighth Decompress data in one eighth of full resolution
    Full Decompress data in full resolution
    Half Decompress data in half resolution
    Quarter Decompress data in a quarter of full resolution
    Sixteen Decompress data in one sixteen of full resolution
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.CodecResolutionLevel

    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