Nevron Open Vision Documentation
Nevron.Nov.Text.Formats.Html Namespace / NHtmlSaveSettings Class / EmbedImages Property


In This Topic
    EmbedImages Property
    In This Topic
    Specifies whether to embed images as Base64 strings in the generated HTML documents or not. By default set to true.
    Syntax
    'Declaration
     
    
    Public Property EmbedImages As System.Boolean
    'Usage
     
    
    Dim instance As NHtmlSaveSettings
    Dim value As System.Boolean
     
    instance.EmbedImages = value
     
    value = instance.EmbedImages
    public System.bool EmbedImages {get; set;}
    Remarks
    If this property is set to false, images will be generated in the same folder as the generated HTML files. Note that for some platforms like Silverlight this is not possible due to security reasons.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also