COptions Properties |
The ExcelToPdfCOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | CultureInfo | 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 |
![]() ![]() | PdfSecurity | Sets the password in the resulting PDF file. |
![]() | PdfVersion | Set version for produced PDF document. Default value: PDF_A. |
![]() | Producer | Set producer in an output document. Default value: "SautinSoft Company". |