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