GetEncoder(Stream) Method (VintasoftImageProcessingWebService)
Returns the encoder for the specified image stream.
'Declaration
Protected Overridable Function GetEncoder( _
ByVal As System.IO.Stream _
) As Vintasoft.Imaging.Codecs.Encoders.EncoderBase
protected virtual Vintasoft.Imaging.Codecs.Encoders.EncoderBase GetEncoder(
System.IO.Stream
)
protected: virtual Vintasoft.Imaging.Codecs.Encoders.EncoderBase GetEncoder(
System.IO.Stream*
)
protected:
virtual Vintasoft.Imaging.Codecs.Encoders.EncoderBase GetEncoder(
System.IO.Stream^
)
Parameters
- stream
- Image stream.
Return Value
Encoder that should be used for saving the image to the specified file.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5