Click or drag to resize

HtmlExportOptions Properties

The HtmlExportOptions type exposes the following members.

Properties
Name Description
Public property AllowEmbeddingPostScriptFonts (Inherited from SaveOptions .)
Public property CssStyleSheetFileName
Gets or sets the name of the HTML export CSS style sheet file.
Public property CssStyleSheetType
Gets or sets the type of the HTML export CSS style sheet.
Public property EPubExportFont
Gets or sets if font should be embedded in EPub
Public property HasHeadersFooters
Gets or sets a value indicating whether HTML export headers footers.
Public property ImageEmbedded
If false,indicates exporting the image as a single file; If true, embedding the image into the html code using Data URI scheme. The default value is false. Note: Internet Explorer 8 limits data URIs to a maximum length of 32KB.
Public property ImagesPath
Gets or sets the HTML export images folder.
Public property IsExportDocumentStyles
Gets or Sets a switch that determines whether to export the document styles to head.
Public property IsTextInputFormFieldAsText
Gets or sets a value indicating whether HTML export text input form field as text.
Public property NeedInitializeTheme (Inherited from SaveOptions .)
Public property UseHighQualityRendering
Gets or sets a value determining whether or not to use high quality (i.e. slow) rendering algorithms.
(Inherited from SaveOptions .)
Public property UseMsoSpace Obsolete.
Gets or sets a switch that determines whether to use mso rules' space..
Public property UseSaveFileRelativePath
Gets or sets a value whether Image Path is relative to the file save path.
Top
See Also