Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / Save Method / Save(String,WicContainerFormat,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,WicContainerFormat,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 System.String, _
       ByVal format As WicContainerFormat, _
       Optional ByVal options As BaseOptions _
    ) 
    public void Save( 
       System.string fileName,
       WicContainerFormat 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