| BaseBarcodeSave Method (String, ImageType, Single, Single) |
Creates new Bitmap with rendered Barcode and saves it to file of imageType format.
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public void Save(
string fileName,
ImageType imageType,
float xDpi,
float yDpi
)
Public Sub Save (
fileName As String,
imageType As ImageType,
xDpi As Single,
yDpi As Single
)
public:
virtual void Save(
String^ fileName,
ImageType imageType,
float xDpi,
float yDpi
) sealed
abstract Save :
fileName : string *
imageType : ImageType *
xDpi : float32 *
yDpi : float32 -> unit
override Save :
fileName : string *
imageType : ImageType *
xDpi : float32 *
yDpi : float32 -> unit
Parameters
- fileName
- Type: SystemString
Name of created file - imageType
- Type: Limilabs.BarcodeImageType
Format of the output image - xDpi
- Type: SystemSingle
Horizontal resolution in dots per inch - yDpi
- Type: SystemSingle
Vertical resolution in dots per inch
Implements
IBaseBarcodeSave(String, ImageType, Single, Single)See Also