DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / Write Method / Write(Stream) Method

The Stream from which to read.




    Write(Stream) Method
    Write the data to a stream
    Syntax
    'Declaration
     
    
    Public Overloads Sub Write( _
       ByVal Stream As Stream _
    ) 
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim Stream As Stream
     
    instance.Write(Stream)

    Parameters

    Stream

    The Stream from which to read.

    Remarks
    The stream object may subsequently be read by one of the Read method overloads or by other DICOM software.
    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