PdfConverterToDocOptions.PdfConverterToDocOptions

PdfConverterToDocOptions()

Initializes new instance of the PdfConverterToDocOptions object with default options.

public PdfConverterToDocOptions()

See Also


PdfConverterToDocOptions(SaveFormat, ConversionMode)

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

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

See Also