VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / VintasoftImageProcessingWebService Class / GetEncoder(Stream) Method
Syntax Requirements SeeAlso
In This Topic
    GetEncoder(Stream) Method (VintasoftImageProcessingWebService)
    In This Topic
    Returns the encoder for the specified image stream.
    Syntax
    'Declaration
    
    Protected Overridable Function GetEncoder( _
    ByVal stream
    Image 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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also