Click or drag to resize

HtmlFixedSaveOptions Class

Represents options for saving to fixed HyperText Markup Language (HTML) format.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelSaveOptions
    SautinSoft.ExcelHtmlSaveOptions
      SautinSoft.ExcelHtmlFixedSaveOptions

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntax
public class HtmlFixedSaveOptions : HtmlSaveOptions

The HtmlFixedSaveOptions type exposes the following members.

Constructors
 NameDescription
Public methodHtmlFixedSaveOptions Initializes a new instance of the HtmlFixedSaveOptions base class.
Top
Properties
 NameDescription
Public propertyEmbedImages Gets or sets a value indicating whether images are embedded directly within the HTML file in form of Base64 encoding.
(Inherited from HtmlSaveOptions)
Public propertyImagesDirectoryPath Gets or sets the physical directory where all images will be saved.
(Inherited from HtmlSaveOptions)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldColumnsToConvertLimit The number of maximum processed columns in the table.
(Inherited from SaveOptions)
Public fieldOptions Set up the info block properties for resulting documents, such as file version and a document producer.
(Inherited from SaveOptions)
Public fieldOutputFormat Specify format for output file: PDF, DOCX, RTF etc.
(Inherited from SaveOptions)
Public fieldPageStyle Contains page properties for output PDF document: page size, orientation, page margins and put page numbers.
(Inherited from SaveOptions)
Public fieldSheets Set custom sheets for converting. By default all sheets from workbook will be converted.
(Inherited from SaveOptions)
Public fieldUnicodeOptions Allows to specify options to properly convert Unicode, such as "Fonts" directory etc
(Inherited from SaveOptions)
Top
See Also