Click or drag to resize

HtmlExportOptions Constructor (FileFormat)

Initializes a new instance of the HtmlExportOptions class with the specified file format.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public HtmlExportOptions(
	FileFormat saveFileFormat
)

Parameters

saveFileFormat
Type: Spire.Doc FileFormat
The file format to save the HTML document.
See Also