Saves the barcode image.
public void SaveImage(System.IO.Stream imageStream, System.Drawing.Imaging.ImageFormat format);
Public Sub SaveImage(ByVal imageStream As System.IO.Stream, ByVal format As System.Drawing.Imaging.ImageFormat)
public void SaveImage(string imageFileName, System.Drawing.Imaging.ImageFormat format);
Public Sub SaveImage(ByVal imageFileName As String, ByVal format As System.Drawing.Imaging.ImageFormat)
public void SaveImage(System.IO.Stream imageStream, TXTextControl.WPF.Barcode.ImageFormat format);
Public Sub SaveImage(ByVal imageStream As System.IO.Stream, ByVal format As TXTextControl.WPF.Barcode.ImageFormat)
public void SaveImage(string imageFileName, TXTextControl.WPF.Barcode.ImageFormat format);
Public Sub SaveImage(ByVal imageFileName As String, ByVal format As TXTextControl.WPF.Barcode.ImageFormat)
Parameter | Description |
---|---|
image |
Specifies a file into which the image is saved. |
format | Specifies the format used to save the image. |
image |
Specifies an object of type System. |