Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class HtmlExportOptions
Public Class HtmlExportOptions
public ref class HtmlExportOptions
type HtmlExportOptions = class end
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| HtmlExportOptions()()()() | Initializes a new instance of the HtmlExportOptions class | |
| CssStyleSheetFileName |
Gets or sets the name of the HTML export CSS style sheet file.
| |
| CssStyleSheetType |
Gets or sets the type of the HTML export CSS style sheet.
| |
| EPubExportFont | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HasHeadersFooters |
Gets or sets a value indicating whether HTML export headers footers.
| |
| 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.
| |
| ImagesPath |
Gets or sets the HTML export images folder.
| |
| IsExportDocumentStyles |
Gets or Sets a switch that determines whether to export the document styles to head.
| |
| IsTextInputFormFieldAsText |
Gets or sets a value indicating whether HTML export text input form field as text.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) | |
| UseSaveFileRelativePath |
Gets or sets a value whether Image Path is relative to the file save path.
|