Reads an image from an IStream
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.
Visual Basic |
---|
Public Function ReadStream( _ ByVal Stream As Unknown _ ) As DicomImage |
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.