Creates new Bitmap with rendered Barcode and saves it to file of imageType format.
Namespace: Limilabs.WindowsAssembly: Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax
| C# |
|---|
public void Save( string fileName, ImageType imageType ) |
| Visual Basic |
|---|
Public Sub Save ( _ fileName As String, _ imageType As ImageType _ ) |
| Visual C++ |
|---|
public: void Save( String^ fileName, ImageType imageType ) |
Parameters
- fileName
- Type: System..::..String
Name of created file
- 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.