BarcodeGenerator.Save
Contents
[
Hide
]Save(Stream, BarCodeImageFormat)
Save barcode image to stream in specific format.
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 BarcodeGenerator
- namespace Aspose.BarCode.Generation
- assembly Aspose.BarCode
Save(string, BarCodeImageFormat)
Save barcode image to specific file in specific format.
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 BarcodeGenerator
- namespace Aspose.BarCode.Generation
- assembly Aspose.BarCode
Save(string)
Save barcode image to specific file.
public void Save(string filename)
Parameter | Type | Description |
---|---|---|
filename | String | Path to save to. |
See Also
- class BarcodeGenerator
- namespace Aspose.BarCode.Generation
- assembly Aspose.BarCode