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






    DecompressState Method (IDecompressor)
    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)

    Parameters

    Request
    The request against which to compare the current status

    Return Value

    The state of the decompression
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also