| BaseBarcodeSave Method (Stream, ImageType) |
Creates new Bitmap with rendered Barcode and saves it to the stream
with specified image format.
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public void Save(
Stream stream,
ImageType imageType
)
Public Sub Save (
stream As Stream,
imageType As ImageType
)
public:
void Save(
Stream^ stream,
ImageType imageType
)
member Save :
stream : Stream *
imageType : ImageType -> unit
Parameters
- stream
- Type: System.IOStream
Stream - imageType
- Type: Limilabs.BarcodeImageType
Format of the output image
See Also