VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / VintasoftAnnotationCollectionWebService Class / GetDefaultEncoder() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    GetDefaultEncoder() Method (VintasoftAnnotationCollectionWebService)
    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 if encoder for image is not found. 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