PdfToHtmlOptions.PdfToHtmlOptions

PdfToHtmlOptions()

Initializes new instance of the PdfToHtmlOptions object with default options.

public PdfToHtmlOptions()

See Also


PdfToHtmlOptions(SaveDataType)

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

public PdfToHtmlOptions(SaveDataType outputDataType)
ParameterTypeDescription
outputDataTypeSaveDataTypeOutput data type.

See Also