DicomObjects.NetStandard Documentation
DicomObjects.Codecs Namespace / SimpleCodec Class / DownloadStatus Method
The request against which to compare the current status



DownloadStatus Method (SimpleCodec)
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)

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: 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