'Declaration Public Overloads Sub Save( _ ByVal stream As System.IO.Stream, _ ByVal format As ContainerFormat, _ Optional ByVal options As BaseOptions _ )
public void Save( System.IO.Stream stream, ContainerFormat format, BaseOptions options )
Parameters
- stream
- The output stream.
- format
- The container format that determines the image encoder.
- options
- The options for the specified image encoder.