BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.WPF.BarCode Namespace / C1BarCode Class / Save Method
System.IO.Stream Where the barcode will be saved.
ImageFormat The format of image

In This Topic
    Save Method (C1BarCode)
    In This Topic
    Saves the barcode to a stream.
    Syntax
    'Declaration
     
    Public Sub Save( _
       ByVal stream As Stream, _
       ByVal imgFormat As ImageFormat _
    ) 
    public void Save( 
       Stream stream,
       ImageFormat imgFormat
    )

    Parameters

    stream
    System.IO.Stream Where the barcode will be saved.
    imgFormat
    ImageFormat The format of image
    See Also