public: void Save(
System.IO.Stream* stream,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase* encoder
)
'Declaration Public Overloads Sub Save( _
ByVal streamA string to which image must be saved.As System.IO.Stream, _
ByVal encoderEncoder which should be used for saving image.As Vintasoft.Imaging.Codecs.Encoders.EncoderBase _
)
Parameters
- stream
- A string to which image must be saved.
- encoder
- Encoder which should be used for saving image.