'DeclarationPublic Overloads Sub Read( _ ByVal Stream As Stream, _ Optional ByVal readBehaviours As ReadBehaviours _ )
'UsageDim instance As DicomImage Dim Stream As Stream Dim readBehaviours As ReadBehaviours instance.Read(Stream, readBehaviours)
public void Read( Stream Stream, ReadBehaviours readBehaviours )
public: void Read( Stream^ Stream, ReadBehaviours^ readBehaviours )
Parameters
- Stream
 The Stream from which to read.
- readBehaviours
 - ReadBehavioursObject to control individual read operation