ComplexBarcodeGenerator.Save

Save(Stream, BarCodeImageFormat)

Generates and saves complex barcode image under current settings.

public void Save(Stream stream, BarCodeImageFormat format)
ParameterTypeDescription
streamStreamOutput System.IO.Stream.
formatBarCodeImageFormatSpecifies the file format of the output image.

See Also


Save(string, BarCodeImageFormat)

Generates and saves complex barcode image under current settings.

public void Save(string filename, BarCodeImageFormat format)
ParameterTypeDescription
filenameStringPath to save to.
formatBarCodeImageFormatSpecifies the file format of the output image.

See Also


Save(string)

Generates and saves complex barcode image under current settings.

public void Save(string filename)
ParameterTypeDescription
filenameStringPath to save to.

See Also