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 methodExcelToPdfCOptionsInitializes 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 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
See Also