Aspose::Pdf::Plugins::PdfToDocOptions class

PdfToDocOptions class

Represents PDF to DOC converter options for DocConverter plugin.

class PdfToDocOptions : public Aspose::Pdf::Plugins::PdfConverterOptions

Methods

MethodDescription
get_ConversionMode() constAllows to control how a PDF document is converted into a word processing document.
get_OperationName() overrideGets name of the operation.
get_SaveFormat() constSave 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