Saves this barcode image to the specified file in the specified format and resolution.

[Visual Basic]
Overloads Public Sub Save( _
   ByVal filename As String, _
   ByVal format As ImageFormat, _
   ByVal xDpi As Single, _
   ByVal yDpi As Single _
)
[C#]
public void Save(
   string filename,
   ImageFormat format,
   float xDpi,
   float yDpi
);

Parameters

filename
A string that contains the name of the file to which to save this barcode image.
format
The ImageFormat object for this barcode image.
xDpi
The horizontal resolution, in dots per inch, of the barcode image.
yDpi
The vertical resolution, in dots per inch, of the barcode image.

See Also

BarcodeProfessional Class | Neodynamic.WinControls.BarcodeProfessional Namespace | BarcodeProfessional.Save Overload List