'Declaration
Public Overloads Sub Export( _ ByVal Stream As System.IO.Stream, _ ByVal Format As System.Drawing.Imaging.ImageFormat, _ ByVal Quality As System.Integer _ )
'Usage
Dim instance As DicomDataSet Dim Stream As System.IO.Stream Dim Format As System.Drawing.Imaging.ImageFormat Dim Quality As System.Integer instance.Export(Stream, Format, Quality)
public void Export( System.IO.Stream Stream, System.Drawing.Imaging.ImageFormat Format, System.int Quality )
public procedure Export( Stream: System.IO.Stream; Format: System.Drawing.Imaging.ImageFormat; Quality: System.Integer );
public function Export( Stream : System.IO.Stream, Format : System.Drawing.Imaging.ImageFormat, Quality : System.int );
Parameters
- Stream
The stream into which the image is written
- Format
The file format you would like to export image to
- Quality
The quality factor to be used. An integer that specifies the value stored in the System.Drawing.Imaging.EncoderParameter object