| 
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
Syntax
 
 
public HtmlExportOptions(
	FileFormat saveFileFormat
)
 
Public Sub New ( 
	saveFileFormat As FileFormat
)
 
public:
HtmlExportOptions(
	FileFormat saveFileFormat
)
 
new : 
saveFileFormat : FileFormat -> HtmlExportOptions
 
 
 
Parameters
 
- 
saveFileFormat
 
- 
 Type:
 
Spire.Doc
FileFormat
 
 The file format to save the HTML document.
 
 See Also
See Also