Class PdfToXlsOptions

Info

Represents PDF to XLSX converter options for Documentize.XlsConverter plugin.

public sealed class PdfToXlsOptions : PdfConverterOptions, IPluginOptions

Inheritance

objectPdfConverterOptionsPdfToXlsOptions

Implements

Inherited Members

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

PdfToXlsOptions.ExcelFormat

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

bool

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

bool

Namespace: Documentize Assembly: Documentize.dll

 English