Class PdfToWordOptions

PdfToWordOptions class

Represents PDF to DOC converter options for PdfWord plugin.

public sealed class PdfToWordOptions : PdfConverterOptions

Constructors

NameDescription
PdfToWordOptions()Initializes new instance of the PdfToWordOptions object with default options.
PdfToWordOptions(SaveFormat, ConversionMode)Initializes a new instance of the PdfToWordOptions 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