HtmlType Enum
Defines type of HTML export.
Fields
Html | Export entire HTML document. Pictures are exported only if Save(String) or Save(String, SaveOptions) overload is used or if FilesDirectoryPath is specified. |
HtmlTable | Export HTML table and its content. Pictures are exported only if Save(String) or Save(String, SaveOptions) overload is used or if FilesDirectoryPath is specified. |
Mhtml | Export entire HTML document and images to MIME HTML (MHTML) format. Pictures are always exported. |