DicomObjects.NET.V8
DicomObjects.Enums Namespace / DecompressStatus Enumeration



In This Topic
    DecompressStatus Enumeration
    In This Topic
    The state of decompression of an image
    Syntax
    'Declaration
     
    Public Enum DecompressStatus 
       Inherits System.Enum
    'Usage
     
    Dim instance As DecompressStatus
    public enum DecompressStatus : System.Enum 
    public enum class DecompressStatus : public System.Enum 
    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.0 or higher

    See Also