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






    Decompress Method (IDecompressor)
    Decompress a frame as defined by the DecompressionArguments argument
    Syntax
    'Declaration
     
    
    Sub Decompress( _
       ByVal args As DecompressionArguments _
    ) 
     
    'Usage
     
    
    Dim instance As IDecompressor
    Dim args As DecompressionArguments
     
    instance.Decompress(args)

    Parameters

    args
    The decompression arguments
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also