Saves this barcode image to the specified Stream object in the specified format.

Overload List

Saves this barcode image to the specified Stream object in the specified format.

public void Save(Stream,ImageFormat);

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

public void Save(Stream,ImageFormat,float,float);

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

public void Save(string,ImageFormat);

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

public void Save(string,ImageFormat,float,float);

See Also

BarcodeProfessional Class | Neodynamic.WinControls.BarcodeProfessional Namespace