Skip to main content
HTMLFormatModeEnum enumeration constants are used to specify the language version used for export to HTML format.
typedef enum {
 HFM_Format32,
 HFM_Format40,
 HFM_Format50
} HTMLFormatModeEnum;

Elements

NameDescription
HFM\_Format32This format is obsolete. Using this constant is equivalent to HFM\_Format40 with the IHTMLExportParams::UseCss property set to FALSE.
HFM\_Format40Full format using HTML 4.0 standard. It supports all types of document layout retention.
HFM\_Format50Full format using HTML 5.0 standard.

Used in

IHTMLExportParams::HTMLFormatMode