PdfConverterToHtmlOptions.PdfConverterToHtmlOptions

PdfConverterToHtmlOptions()

Initializes new instance of the PdfConverterToHtmlOptions object with default options.

public PdfConverterToHtmlOptions()

See Also


PdfConverterToHtmlOptions(SaveDataType)

Initializes a new instance of the PdfConverterToHtmlOptions object for the specified output data type.

public PdfConverterToHtmlOptions(SaveDataType outputDataType)
ParameterTypeDescription
outputDataTypeSaveDataTypeOutput data type.

See Also