DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / Write Method / Write(Stream) Method

The Stream from which to read.




In This Topic
    Write(Stream) Method
    In This Topic
    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)
    public void Write( 
       Stream Stream
    )
    public:
    void Write( 
       Stream^ Stream
    ) 

    Parameters

    Stream

    The Stream from which to read.

    Remarks
    The stream object may subsequently be read by the Read method or by other DICOM software
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also