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

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

    See Also