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 As System.String, _
ByVal As WicContainerFormat, _
Optional ByVal As BaseOptions _
)
public void Save(
System.string ,
WicContainerFormat ,
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