'Declaration
Public Overloads Sub Export( _ ByVal Filename As System.String, _ ByVal Format As System.Drawing.Imaging.ImageFormat, _ ByVal Quality As System.Integer _ )
'Usage
Dim instance As DicomImage Dim Filename As System.String Dim Format As System.Drawing.Imaging.ImageFormat Dim Quality As System.Integer instance.Export(Filename, Format, Quality)
public void Export( System.string Filename, System.Drawing.Imaging.ImageFormat Format, System.int Quality )
public procedure Export( Filename: System.String; Format: System.Drawing.Imaging.ImageFormat; Quality: System.Integer );
public function Export( Filename : System.String, Format : System.Drawing.Imaging.ImageFormat, Quality : System.int );
Parameters
- Filename
The filename where you would like to save the exported image
- 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