| BaseBarcodeSave Method (Stream, ImageType, Single, Single) |
Creates new Bitmap with rendered Barcode and saves it to the stream
with specified image format and resolution
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public void Save(
Stream stream,
ImageType imageType,
float xDpi,
float yDpi
)
Public Sub Save (
stream As Stream,
imageType As ImageType,
xDpi As Single,
yDpi As Single
)
public:
void Save(
Stream^ stream,
ImageType imageType,
float xDpi,
float yDpi
)
member Save :
stream : Stream *
imageType : ImageType *
xDpi : float32 *
yDpi : float32 -> unit
Parameters
- stream
- Type: System.IOStream
Stream - 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
See Also