Class PdfConverterToDocOptions

PdfConverterToDocOptions class

Represents PDF to DOC converter options for PdfConverter plugin.

public sealed class PdfConverterToDocOptions : PdfConverterOptions

Constructors

NameDescription
PdfConverterToDocOptions()Initializes new instance of the PdfConverterToDocOptions object with default options.
PdfConverterToDocOptions(SaveFormat, ConversionMode)Initializes a new instance of the PdfConverterToDocOptions 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.
DataCollection { get; }Returns PdfConverterOptions plugin data collection.
override OperationName { get; }Gets name of the operation.
SaveFormat { get; set; }Save format of the output document.
SaveTargetsCollection { get; }Gets collection of added targets for saving operation results.

Methods

NameDescription
AddDataSource(IDataSource)Adds new data source to the PdfConverter plugin data collection.
AddSaveDataSource(IDataSource)Adds new data source to the PdfToXLSXConverterOptions plugin data collection.

See Also