Saves this barcode image to the specified Stream object in the specified format.
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);
BarcodeProfessional Class | Neodynamic.WinControls.BarcodeProfessional Namespace