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

    Return Value

    An encoder that should be used for encoding image tiles.
    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