Class PdfToDocOptions
PdfToDocOptions class
Represents PDF to DOC converter options for DocConverter plugin.
public sealed class PdfToDocOptions : PdfConverterOptions
Constructors
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| 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