Saves this barcode image to the specified Stream object in the specified format and resolution.
[Visual Basic]
Overloads Public Sub Save( _
ByVal
stream As
Stream, _
ByVal
format As
ImageFormat, _
ByVal
xDpi As
Single, _
ByVal
yDpi As
Single _
)
Parameters
-
stream
- The Stream object 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