Click or drag to resize

COptions Properties

The ExcelToPdfCOptions type exposes the following members.

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