DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / IDecompressor Interface / DecompressState Method
The request against which to compare the current status



In This Topic
    DecompressState Method (IDecompressor)
    In This Topic
    The status of the decompression
    Syntax
    'Declaration
     
    
    Function DecompressState( _
       ByVal Request As PixelRequest _
    ) As DecompressStatus
    'Usage
     
    
    Dim instance As IDecompressor
    Dim Request As PixelRequest
    Dim value As DecompressStatus
     
    value = instance.DecompressState(Request)
    DecompressStatus DecompressState( 
       PixelRequest Request
    )
    DecompressStatus DecompressState( 
       PixelRequest^ Request
    ) 

    Parameters

    Request
    The request against which to compare the current status

    Return Value

    The state of the decompression
    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