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


In This Topic
    DocumentType Property (NHtmlSaveSettings)
    In This Topic
    Specifies the document type of the generated HTML document. By default set to HTML 5 doctype.
    Syntax
    'Declaration
     
    
    Public Property DocumentType As ENHtmlDocumentType
    'Usage
     
    
    Dim instance As NHtmlSaveSettings
    Dim value As ENHtmlDocumentType
     
    instance.DocumentType = value
     
    value = instance.DocumentType
    public ENHtmlDocumentType DocumentType {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