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

In This Topic
    DecompressState Method (SimpleCodec)
    In This Topic
    The status of the decompression
    Syntax
    'Declaration
     
    
    Public Function DecompressState( _
       ByVal Request As PixelRequest _
    ) As DecompressStatus
    public DecompressStatus DecompressState( 
       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.DecompressStatus.None
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also