ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap Class / Save Method / Save(String,ContainerFormat,BaseOptions) Method
The output file name.
The container format that determines the image encoder.
The options for the specified image encoder.

In This Topic
    Save(String,ContainerFormat,BaseOptions) Method
    In This Topic
    Saves the image to a file using the specified format and options.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal fileName As String, _
       ByVal format As ContainerFormat, _
       Optional ByVal options As BaseOptions _
    ) 
    public void Save( 
       string fileName,
       ContainerFormat format,
       BaseOptions options
    )

    Parameters

    fileName
    The output file name.
    format
    The container format that determines the image encoder.
    options
    The options for the specified image encoder.
    See Also