VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / VintasoftImageProcessingDocCleanupWebService Class / GetDefaultEncoder() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    GetDefaultEncoder() Method (VintasoftImageProcessingDocCleanupWebService)
    In This Topic
    Returns the default encoder, which must be used for saving the processed image.
    Syntax
    'Declaration
    
    Protected Overridable Function GetDefaultEncoder() As Vintasoft.Imaging.Codecs.Encoders.EncoderBase
    
    
    protected virtual Vintasoft.Imaging.Codecs.Encoders.EncoderBase GetDefaultEncoder()
    
    
    protected: virtual Vintasoft.Imaging.Codecs.Encoders.EncoderBase GetDefaultEncoder()
    
    
    protected:
    virtual Vintasoft.Imaging.Codecs.Encoders.EncoderBase GetDefaultEncoder()

    Return Value

    Encoder, which must be used for saving the processed image.
    Remarks

    This method is called when image must be saved but image encoder is not defined. By default method returns PNG encoder.

    Requirements

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

    See Also