Click or drag to resize

SaveOptions Class

Represents a base class for saving options of various file formats.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelSaveOptions
    More

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public abstract class SaveOptions

The SaveOptions type exposes the following members.

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.
Public fieldOptions Set up the info block properties for resulting documents, such as file version and a document producer.
Public fieldOutputFormat Specify format for output file: PDF, DOCX, RTF etc.
Public fieldPageStyle Contains page properties for output PDF document: page size, orientation, page margins and put page numbers.
Public fieldSheets Set custom sheets for converting. By default all sheets from workbook will be converted.
Public fieldUnicodeOptions Allows to specify options to properly convert Unicode, such as "Fonts" directory etc
Top
See Also
Inheritance Hierarchy