Class PdfToXlsOptions
Info
Represents PDF to XLSX converter options for Documentize.XlsConverter plugin.
public sealed class PdfToXlsOptions : PdfConverterOptions, IPluginOptions
Inheritance
object ← PdfConverterOptions ← PdfToXlsOptions
Implements
Inherited Members
- PdfConverterOptions.AddInput(IDataSource),
- PdfConverterOptions.AddOutput(IDataSource),
- PdfConverterOptions.Inputs,
- PdfConverterOptions.Outputs,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
PdfToXlsOptions()
Initializes new instance of the Documentize.PdfToXlsOptions object with default options.
public PdfToXlsOptions()
Properties
Format
Output format.
public PdfToXlsOptions.ExcelFormat Format { get; set; }
Property Value
InsertBlankColumnAtFirst
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.
public bool InsertBlankColumnAtFirst { get; set; }
Property Value
MinimizeTheNumberOfWorksheets
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.
public bool MinimizeTheNumberOfWorksheets { get; set; }
Property Value
Namespace: Documentize Assembly: Documentize.dll