Class PdfToDocOptions

PdfToDocOptions class

Represents PDF to DOC converter options for PdfDoc plugin.

public sealed class PdfToDocOptions : PdfConverterOptions

Constructors

NameDescription
PdfToDocOptions()Initializes new instance of the PdfToDocOptions object with default options.
PdfToDocOptions(SaveFormat, ConversionMode)Initializes a new instance of the PdfToDocOptions object for the specified format and mode.

Properties

NameDescription
ConversionMode { get; set; }Allows to control how a PDF document is converted into a word processing document.
Inputs { get; }Returns PdfConverterOptions plugin data collection.
override OperationName { get; }Gets name of the operation.
Outputs { get; }Gets collection of added targets for saving operation results.
SaveFormat { get; set; }Save format of the output document.

Methods

NameDescription
AddInput(IDataSource)Adds new data source to the PdfConverter plugin data collection.
AddOutput(IDataSource)Adds new data source to the PdfToXLSXConverterOptions plugin data collection.

See Also