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