'DeclarationPublic Overloads Function Read( _ ByVal Stream As Stream _ ) As DicomImage
'UsageDim instance As DicomImageCollection Dim Stream As Stream Dim value As DicomImage value = instance.Read(Stream)
public DicomImage Read( Stream Stream )
public: DicomImage^ Read( Stream^ Stream )
Parameters
- Stream
 The Stream from which to read.
Return Value
If successful, a DicomImage Object is returned, and is added to the appropriate collection. If unsuccessful, an appropriate error is thrown.