DicomObjects Reference
DicomObjects Reference / DicomImages Collection / ReadStream Method

The name of the stream from which to read.

Although this object must support an IStream interface, this is retrieved via a QueryInterface call, and any interface to the object may therefore be passed.

ReadStream Method
Description
Reads an image from an IStream
Syntax
Visual Basic
Public Function ReadStream( _
   ByVal Stream As Unknown _
) As DicomImage
Parameters
Stream

The name of the stream from which to read.

Although this object must support an IStream interface, this is retrieved via a QueryInterface call, and any interface to the object may therefore be passed.

See Also