Excel |
The ExcelToPdfCOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ExcelToPdfCOptions | Initializes a new instance of the ExcelToPdfCOptions class |
| Name | Description | |
|---|---|---|
| CultureInfo | Set the CultureInfo for using in document. Default value: null (like a document or in a server or a computer). | |
| PdfSecurity | Sets the password in the resulting PDF file. | |
| PdfVersion | Set version for produced PDF document. Default value: PDF_14. | |
| Producer | Set producer in an output document. Default value: "SautinSoft Company". |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| FormulaOptions | When processing formulas of the type - "CELL("filename", A1)" it is necessary to specify the path to the current file (stream) to ensure correct processing of the action. By default: Stream For example(File) : ExcelToPdf.ConvertFile(ExcelDocument, pdfFile); For example(Stream): ExcelToPdf.ConvertBytes(bytes); |