DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / SimpleCodec Class / Decompress Method
Standard Decompression arguments






    Decompress Method (SimpleCodec)
    Abstract Placeholder for the decompression routine
    Syntax
    'Declaration
     
    
    Public MustOverride Sub Decompress( _
       ByVal args As DecompressionArguments _
    ) 
     
    'Usage
     
    
    Dim instance As SimpleCodec
    Dim args As DecompressionArguments
     
    instance.Decompress(args)

    Parameters

    args
    Standard Decompression arguments
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also