DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcD2DBitmap 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 _
) 
 

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