DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / CodecGlobal Class / Decompress Method



In This Topic
    Decompress Method (CodecGlobal)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub Decompress( _
       ByVal CompressedData As Stream, _
       ByVal DestinationData As Array, _
       ByVal Size As Size, _
       ByVal Bits As Integer, _
       ByVal Planes As Integer, _
       ByVal TransferSyntax As String _
    ) 
    'Usage
     
    
    Dim CompressedData As Stream
    Dim DestinationData As Array
    Dim Size As Size
    Dim Bits As Integer
    Dim Planes As Integer
    Dim TransferSyntax As String
     
    CodecGlobal.Decompress(CompressedData, DestinationData, Size, Bits, Planes, TransferSyntax)

    Parameters

    CompressedData
    DestinationData
    Size
    Bits
    Planes
    TransferSyntax
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also