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



In This Topic
    ProgressiveStatus Enumeration
    In This Topic
    The status of an image being viewed in a progressive manner
    Syntax
    'Declaration
     
    
    Public Enum ProgressiveStatus 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ProgressiveStatus
    public enum ProgressiveStatus : System.Enum 
    public enum class ProgressiveStatus : public System.Enum 
    Members
    MemberDescription
    IncompleteThe image is currently being retrieved, and will update asynchronously
    NotStartedThe meta data and JPEG 2000 Header have not yet been retrieved/
    RequiredResolutionAll data available and needed for the current display area and resolution has been received, but more may be available if the area or magnification change.
    WholeImageAll available data for the image has been retrieved.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.ProgressiveStatus

    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