'Declaration Protected Overridable Function GetEncoder( _
ByVal streamImage stream.As System.IO.Stream _
) As Vintasoft.Imaging.Codecs.Encoders.EncoderBase
protected virtual Vintasoft.Imaging.Codecs.Encoders.EncoderBase GetEncoder(
System.IO.Stream stream
)
protected: virtual Vintasoft.Imaging.Codecs.Encoders.EncoderBase GetEncoder(
System.IO.Stream* stream
)
protected:
virtual Vintasoft.Imaging.Codecs.Encoders.EncoderBase GetEncoder(
System.IO.Stream^ stream
)
Parameters
- stream
- Image stream.
Return Value
Encoder that should be used for saving the image to the specified file.