Class PdfToDocOptions

Info

Represents PDF to DOC converter options for Documentize.PdfConverter plugin.

public sealed class PdfToDocOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsPdfToDocOptions

Implements

Inherited Members

Constructors

PdfToDocOptions()

Initializes a new instance of the Documentize.PdfToDocOptions object with default options.

public PdfToDocOptions()

Properties

Mode

Allows to control how a PDF document is converted into a word processing document.

public DocConversionMode Mode { get; set; }

Property Value

DocConversionMode

Remarks

Use the Documentize.DocConversionMode.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 Documentize.DocConversionMode.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 Documentize.DocConversionMode.TextBox mode.

Namespace: Documentize Assembly: Documentize.dll

 English