Creates new Bitmap with rendered Barcode and saves it to the stream
with specified image format.
Namespace: Lesnikowski.Barcode
Assembly: Barcode (in Barcode.dll)
Version: 1.0.5.40001
Syntax
| C# |
|---|
public void Save( Stream stream, ImageType imageType ) |
| Visual Basic (Declaration) |
|---|
Public Sub Save ( _ stream As Stream, _ imageType As ImageType _ ) |
| Visual C++ |
|---|
public: void Save ( Stream^ stream, ImageType imageType ) |
Parameters
- stream
- Stream
Stream
- imageType
- ImageType
Format of the output image
See Also
BaseBarcode Class
Lesnikowski.Barcode Namespace