ComplexBarcodeGenerator.Save
Contents
[
Hide
]Save(Stream, BarCodeImageFormat)
Generates and saves complex barcode image under current settings.
public void Save(Stream stream, BarCodeImageFormat format)
Parameter | Type | Description |
---|---|---|
stream | Stream | Output System.IO.Stream. |
format | BarCodeImageFormat | Specifies the file format of the output image. |
See Also
- enum BarCodeImageFormat
- class ComplexBarcodeGenerator
- namespace Aspose.BarCode.ComplexBarcode
- assembly Aspose.BarCode
Save(string, BarCodeImageFormat)
Generates and saves complex barcode image under current settings.
public void Save(string filename, BarCodeImageFormat format)
Parameter | Type | Description |
---|---|---|
filename | String | Path to save to. |
format | BarCodeImageFormat | Specifies the file format of the output image. |
See Also
- enum BarCodeImageFormat
- class ComplexBarcodeGenerator
- namespace Aspose.BarCode.ComplexBarcode
- assembly Aspose.BarCode
Save(string)
Generates and saves complex barcode image under current settings.
public void Save(string filename)
Parameter | Type | Description |
---|---|---|
filename | String | Path to save to. |
See Also
- class ComplexBarcodeGenerator
- namespace Aspose.BarCode.ComplexBarcode
- assembly Aspose.BarCode