Class PdfToXlsOptions

Class PdfToXlsOptions

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll (25.4.0)

Represents PDF to XLSX converter options for Aspose.Pdf.Plugins.XlsConverter plugin.

public sealed class PdfToXlsOptions : PdfConverterOptions, IPluginOptions

Inheritance

object PdfConverterOptions PdfToXlsOptions

Implements

IPluginOptions

Inherited Members

PdfConverterOptions.AddInput(IDataSource) , PdfConverterOptions.AddOutput(IDataSource) , PdfConverterOptions.Inputs , PdfConverterOptions.Outputs , PdfConverterOptions.OperationName , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

PdfToXlsOptions()

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

OperationName

Gets name of the operation.

public override string OperationName { get; }

Property Value

string

 English