Creates new Bitmap with rendered Barcode and saves it to the stream with specified type.
Namespace: Limilabs.WindowsAssembly: Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax
| C# |
|---|
public void Save( Stream stream, ImageType imageType ) |
| Visual Basic |
|---|
Public Sub Save ( _ stream As Stream, _ imageType As ImageType _ ) |
| Visual C++ |
|---|
public: void Save( Stream^ stream, ImageType imageType ) |
Parameters
- stream
- Type: System.IO..::..Stream
Stream
- imageType
- Type: Limilabs.Barcode..::..ImageType
Format of the output image
Remarks
Uses XDpi as horizontal resolution in dots per inch, and
YDpi as vertical resolution in dots per inch.