Aspose::Pdf::Plugins::PdfToDocOptions class
Contents
[
Hide
]PdfToDocOptions class
Represents PDF to DOC converter options for DocConverter plugin.
class PdfToDocOptions : public Aspose::Pdf::Plugins::PdfConverterOptions
Methods
| Method | Description |
|---|---|
| get_ConversionMode() const | Allows to control how a PDF document is converted into a word processing document. |
| get_OperationName() override | Gets name of the operation. |
| get_SaveFormat() const | Save format of the output document. |
| PdfToDocOptions() | Initializes new instance of the PdfToDocOptions object with default options. |
| PdfToDocOptions(Aspose::Pdf::Plugins::SaveFormat, Aspose::Pdf::Plugins::ConversionMode) | Initializes a new instance of the PdfToDocOptions object for the specified format and mode. |
| set_ConversionMode(Aspose::Pdf::Plugins::ConversionMode) | Allows to control how a PDF document is converted into a word processing document. |
| set_SaveFormat(Aspose::Pdf::Plugins::SaveFormat) | Save format of the output document. |
See Also
- Class PdfConverterOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++