Html |
The HtmlFixedSaveOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| HtmlFixedSaveOptions | Initializes a new instance of the HtmlFixedSaveOptions base class. |
| Name | Description | |
|---|---|---|
| EmbedImages |
Gets or sets a value indicating whether images are embedded directly within the
HTML file in form of Base64 encoding.
(Inherited from HtmlSaveOptions) | |
| ImagesDirectoryPath |
Gets or sets the physical directory where all images will be saved.
(Inherited from HtmlSaveOptions) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| ColumnsToConvertLimit |
The number of maximum processed columns in the table.
(Inherited from SaveOptions) | |
| Options |
Set up the info block properties for resulting documents, such as file version and a document producer.
(Inherited from SaveOptions) | |
| OutputFormat |
Specify format for output file: PDF, DOCX, RTF etc.
(Inherited from SaveOptions) | |
| PageStyle |
Contains page properties for output PDF document: page size, orientation, page margins and put page numbers.
(Inherited from SaveOptions) | |
| Sheets |
Set custom sheets for converting. By default all sheets from workbook will be converted.
(Inherited from SaveOptions) | |
| UnicodeOptions |
Allows to specify options to properly convert Unicode, such as "Fonts" directory etc
(Inherited from SaveOptions) |