Click or drag to resize

COptions Class

Set up the info block properties for resulting documents, such as file version and document producer
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelCOptions

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

The COptions type exposes the following members.

Constructors
 NameDescription
Public methodCOptionsInitializes a new instance of the COptions class
Top
Properties
 NameDescription
Public propertyCultureInfo Set the CultureInfo for using in document. Default value: null (like a document or in a server or a computer).
Public propertyPdfSecurity Sets the password in the resulting PDF file.
Public propertyPdfVersion Set version for produced PDF document. Default value: PDF_14.
Public propertyProducer Set producer in an output document. Default value: "SautinSoft Company".
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 fieldFormulaOptions FormulaOptions.
Top
See Also