VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / HtmlEncoderSettings Class / ImagesEncodingSettings Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    ImagesEncodingSettings Property (HtmlEncoderSettings)
    In This Topic
    Gets or sets the images encoding settings.
    Syntax
    'Declaration
    
    Public Property ImagesEncodingSettings As EncoderSettings
    
    
    public EncoderSettings ImagesEncodingSettings { get; set; }
    
    
    public: __property EncoderSettings* get_ImagesEncodingSettings();
    public: __property void set_ImagesEncodingSettings(
    EncoderSettings* value
    );
    public:
    property EncoderSettings^ ImagesEncodingSettings { EncoderSettings^ get(); void set(EncoderSettings^ value); }

    Property Value

    Value can be an instance of the following classes: PngEncoderSettings, GifEncoderSettings, JpegEncoderSettings.
    Default value is null.
    Exceptions
    ExceptionDescription
    Thrown if value is not supported.
    Remarks

    Image encoder will be used only if image format is not supported in HTML format or image has decor.

    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also