VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftImageWebService Class / CreateThumbnailEncoder() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    CreateThumbnailEncoder() Method (VintasoftImageWebService)
    In This Topic
    Creates an encoder that should be used for encoding image thumbnails.
    Syntax
    'Declaration
    
    Protected Overridable Function CreateThumbnailEncoder() As Vintasoft.Imaging.Codecs.Encoders.EncoderBase
    
    
    protected virtual Vintasoft.Imaging.Codecs.Encoders.EncoderBase CreateThumbnailEncoder()
    
    
    protected: virtual Vintasoft.Imaging.Codecs.Encoders.EncoderBase CreateThumbnailEncoder()
    
    
    protected:
    virtual Vintasoft.Imaging.Codecs.Encoders.EncoderBase CreateThumbnailEncoder()

    Return Value

    An encoder that should be used for encoding image thumbnails.
    Remarks

    Supported encoders: Vintasoft.Imaging.Codecs.Encoders.PngEncoder, Vintasoft.Imaging.Codecs.Encoders.GifEncoder, Vintasoft.Imaging.Codecs.Encoders.JpegEncoder.

    Requirements

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

    See Also