DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / ImportPixelData Method
The data fragments
The transfer synatax corresponding to the data



In This Topic
    ImportPixelData Method
    In This Topic
    Direct import of compressed pixel data
    Syntax
    'Declaration
     
    
    Public Sub ImportPixelData( _
       ByVal CompressedData As IEnumerable(Of Byte()), _
       ByVal TransferSyntax As String _
    ) 
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim CompressedData As IEnumerable(Of Byte())
    Dim TransferSyntax As String
     
    instance.ImportPixelData(CompressedData, TransferSyntax)
    public void ImportPixelData( 
       IEnumerable<byte[]> CompressedData,
       string TransferSyntax
    )

    Parameters

    CompressedData
    The data fragments
    TransferSyntax
    The transfer synatax corresponding to the data
    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