BarcodeProfessional Save Method Neodynamic Barcode Professional SDK for .NET Class Reference
Overload List

  NameDescription
Public methodSave(Stream, ImageFormat)
Saves this barcode image to the specified Stream object in the specified format.
Public methodSave(String, ImageFormat)
Saves this barcode image to the specified file in the specified format.
Public methodSave(Stream, ImageFormat, Single)
Saves this barcode image to the specified Stream object in the specified format and resolution.
Public methodSave(String, ImageFormat, Single)
Saves this barcode image to the specified file in the specified format and resolution.
Public methodSave(Stream, ImageFormat, Single, SizeF)
Saves this barcode image to the specified Stream object in the specified format, resolution and fitting the bars into the specified size.
Public methodSave(Stream, ImageFormat, Single, Single)
Saves this barcode image to the specified Stream object in the specified format and resolution.
Public methodSave(String, ImageFormat, Single, SizeF)
Saves this barcode image to the specified file in the specified format, resolution and fitting the bars into the specified size.
Public methodSave(String, ImageFormat, Single, Single)
Saves this barcode image to the specified file in the specified format and resolution.
Back to Top
See Also