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






    DecompressStatus Enumeration
    The state of decompression of an image
    Syntax
    'Declaration
     
    
    Public Enum DecompressStatus 
       Inherits System.Enum
     
    'Usage
     
    
    Dim instance As DecompressStatus
    Members
    MemberDescription
    AllDownloaded All data downloaded has been decompressed
    Complete The image has been fully decompressed at full resolution
    InProgress Data is waiting to be decompressed
    None Nothing decompressed yet
    Remarks
    This status is normally relative to a particular DicomObjects.Internal.PixelRequest
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.DecompressStatus

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also