Click or drag to resize

PdfConvertOptions SetPdfToHtmlOptions Method (Boolean)

Set pdf to html convert options.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SetPdfToHtmlOptions(
	bool useEmbeddedSvg
)

Parameters

useEmbeddedSvg
Type: System Boolean
Indicates whether to use the embedded svg in html file.
See Also