Nevron Open Vision Documentation
Nevron.Nov.Office.Writer Namespace / NWriterOptions Class / EmbedImagesInHtml Property


In This Topic
    EmbedImagesInHtml 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 EmbedImagesInHtml As System.Boolean
    'Usage
     
    
    Dim instance As NWriterOptions
    Dim value As System.Boolean
     
    instance.EmbedImagesInHtml = value
     
    value = instance.EmbedImagesInHtml
    public System.bool EmbedImagesInHtml {get; set;}
    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