DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / IDecompressor Interface / Decompress Method
The decompression arguments

In This Topic
    Decompress Method (IDecompressor)
    In This Topic
    Decompress a frame as defined by the DecompressionArguments argument
    Syntax
    'Declaration
     
    
    Sub Decompress( _
       ByVal args As DecompressionArguments _
    ) 
    void Decompress( 
       DecompressionArguments args
    )

    Parameters

    args
    The decompression arguments
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also