DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / SimpleCodec Class / DownloadStatus Method
The request against which to compare the current status



In This Topic
    DownloadStatus Method (SimpleCodec)
    In This Topic
    The status of the download
    Syntax
    'Declaration
     
    Public Function DownloadStatus( _
       ByVal Request As PixelRequest _
    ) As ProgressiveStatus
    'Usage
     
    Dim instance As SimpleCodec
    Dim Request As PixelRequest
    Dim value As ProgressiveStatus
     
    value = instance.DownloadStatus(Request)
    public ProgressiveStatus DownloadStatus( 
       PixelRequest Request
    )
    public:
    ProgressiveStatus DownloadStatus( 
       PixelRequest^ Request
    ) 

    Parameters

    Request
    The request against which to compare the current status

    Return Value

    Remarks
    For this codec, this method always returns DicomObjects.Enums.ProgressiveStatus.WholeImage
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also