Class PdfToXlsOptions
PdfToXlsOptions class
Represents PDF to XLSX converter options for XlsConverter plugin.
public sealed class PdfToXlsOptions : PdfConverterOptions
Constructors
Properties
| Name | Description |
|---|
| Format { get; set; } | Output format. |
| Inputs { get; } | Returns PdfConverterOptions plugin data collection. |
| InsertBlankColumnAtFirst { get; set; } | Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted. |
| MinimizeTheNumberOfWorksheets { get; set; } | Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet. |
| override OperationName { get; } | Gets name of the operation. |
| Outputs { get; } | Gets collection of added targets for saving operation results. |
Methods
| Name | Description |
|---|
| AddInput(IDataSource) | Adds new data source to the PdfConverter plugin data collection. |
| AddOutput(IDataSource) | Adds new data source to the PdfToXLSXConverterOptions plugin data collection. |
Other Members
| Name | Description |
|---|
| enum ExcelFormat | Allows to specify .xlsx, .xls/xml or csv file format. Default value is XLSX. |
See Also