VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml Namespace / HtmlConverterSettings Class / EmbedResources Property
Syntax Remarks Requirements SeeAlso
In This Topic
    EmbedResources Property (HtmlConverterSettings)
    In This Topic
    Gets or sets a value indicating whether converter must embed resources to a HTML file.
    Syntax
    'Declaration
    
    Public Property EmbedResources As Boolean
    
    
    public bool EmbedResources { get; set; }
    
    
    public: __property bool get_EmbedResources();
    public: __property void set_EmbedResources(
    bool value
    );
    public:
    property bool EmbedResources { bool get(); void set(bool value); }

    Property Value

    True if converter must embed resources (all styles will be added to header of HTML file; all images will be converted to a base64-strings and embedded into HTML file) to a HTML file; otherwise, false.
    Remarks

    This property has effect only if converter saves HTML content to a file.

    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