Save(IOutputStream,ContainerFormat,BaseOptions) Method
Saves the image to an IOutputStream using the specified format and options.
'Declaration
Public Overloads Sub Save( _
ByVal As Windows.Storage.Streams.IOutputStream, _
ByVal As ContainerFormat, _
Optional ByVal As BaseOptions _
)
Parameters
- outputStream
- The output stream.
- format
- The container format that determines the image encoder.
- options
- The options for the specified image encoder.