Class PdfToDocOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Represents PDF to DOC converter options for Aspose.Pdf.Plugins.PdfDoc plugin.
public sealed class PdfToDocOptions : PdfConverterOptions, IPluginOptions
Inheritance
object ← PdfConverterOptions ← PdfToDocOptions
Implements
Inherited Members
PdfConverterOptions.AddInput(IDataSource), PdfConverterOptions.AddOutput(IDataSource), PdfConverterOptions.Inputs, PdfConverterOptions.Outputs, PdfConverterOptions.OperationName, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
PdfToDocOptions()
Initializes new instance of the Aspose.Pdf.Plugins.PdfToDocOptions object with default options.
public PdfToDocOptions()
PdfToDocOptions(SaveFormat, ConversionMode)
Initializes a new instance of the Aspose.Pdf.Plugins.PdfToDocOptions object for the specified format and mode.
public PdfToDocOptions(SaveFormat format, ConversionMode mode)
Parameters
format
SaveFormat
Save format of the Aspose.Pdf.Plugins.PdfToDocOptions.SaveFormat output document.
mode
ConversionMode
Conversion mode of the Aspose.Pdf.Plugins.PdfToDocOptions.ConversionMode output document.
Properties
ConversionMode
Allows to control how a PDF document is converted into a word processing document.
public ConversionMode ConversionMode { get; set; }
Property Value
Remarks
Use the Aspose.Pdf.Plugins.ConversionMode.TextBox mode when the resulting document is not going to be heavily edited further. Textboxes are easy to modify when there is not a lot to do.
Use the Aspose.Pdf.Plugins.ConversionMode.Flow mode when the output document needs further editing. Paragraphs and text lines in the flow mode allow easy modification of text, but unsupported formatting objects will look worse than in the Aspose.Pdf.Plugins.ConversionMode.TextBox mode.
OperationName
Gets name of the operation.
public override string OperationName { get; }
Property Value
SaveFormat
Save format of the output document.
public SaveFormat SaveFormat { get; set; }