Import(Stream,String) Method
In This Topic
Copies the image data from a System IO Stream
Syntax
'Declaration
Public Overloads Sub Import( _
ByVal As System.IO.Stream, _
ByVal As System.String _
)
'Usage
Dim instance As DicomImage
Dim Stream As System.IO.Stream
Dim Format As System.String
instance.Import(Stream, Format)
public void Import(
System.IO.Stream ,
System.string
)
public procedure Import(
: System.IO.Stream;
: System.String
);
public function Import(
: System.IO.Stream,
: System.String
);
public: void Import(
System.IO.Stream* ,
System.string*
)
public:
void Import(
System.IO.Stream^ ,
System.String^
)
Parameters
- Stream
The System IO Stream to read
- Format
The type of import operation to perform
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also