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: 5.6.11.14
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). For Example: ExcelToPdf.Options.CultureInfo = new System.Globalization.CultureInfo("en-US"); https://learn.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo?view=net-7.0
Public propertyCode examplePdfSecurity Sets the password in the resulting PDF file.
Public propertyPdfVersion Set version for produced PDF document. Default value: PDF_A.
Public propertyProducer Set producer in an output document. Default value: "SautinSoft Company".
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also