'Declaration Public Overloads Sub Save( _ ByVal fileName As System.String, _ ByVal format As ContainerFormat, _ Optional ByVal options As BaseOptions _ )
public void Save( System.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.