VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Html Namespace / HtmlDocumentFormat Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    HtmlDocumentFormat Enumeration
    In This Topic
    Specifies available formats of HTML documents.
    Syntax
    'Declaration
    
    Public Enum HtmlDocumentFormat
       Inherits System.Enum
    
    
    public enum HtmlDocumentFormat : System.Enum
    
    
    __value public enum HtmlDocumentFormat : public System.Enum
    
    
    public enum class HtmlDocumentFormat : public System.Enum
    
    
    Members
    MemberDescription
    HtmlDocumentConverter must create "standard" HTML document.
    ZippedHtmlDocumentConverter must create "standard" HTML document and pack created HTML document to a ZIP archive.
    VintasoftDivElementConverter must create DIV-element with "formatted" HTML content. This mode is used in web visual tool Vintasoft.Imaging.Pdf.UI.WebPdfContentEditorToolJS.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Html.HtmlDocumentFormat

    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also