PdfToWordOptions.PdfToWordOptions

PdfToWordOptions()

Initializes new instance of the PdfToWordOptions object with default options.

public PdfToWordOptions()

See Also


PdfToWordOptions(SaveFormat, ConversionMode)

Initializes a new instance of the PdfToWordOptions object for the specified format and mode.

public PdfToWordOptions(SaveFormat format, ConversionMode mode)
ParameterTypeDescription
formatSaveFormatSave format of the SaveFormat output document.
modeConversionModeConversion mode of the ConversionMode output document.

See Also