VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml Namespace / HtmlConverterSettings Class / ImagesEncodingSettings Property
Syntax Exceptions Remarks Requirements SeeAlso
    ImagesEncodingSettings Property (HtmlConverterSettings)
    Gets or sets the images encoding settings.
    Syntax

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also