Click or drag to resize

ExcelToPdfCOptions Class

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

Namespace:  SautinSoft
Assembly:  SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2023.11.22
Syntax
public class COptions

The ExcelToPdfCOptions type exposes the following members.

Constructors
  NameDescription
Public methodExcelToPdfCOptions
Initializes a new instance of the ExcelToPdfCOptions 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 propertyCode examplePdfSecurity
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also