PdfConvertOptions
SetPdfToHtmlOptions Method (Boolean, 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,
bool useEmbeddedImg
)
Public Sub SetPdfToHtmlOptions (
useEmbeddedSvg As Boolean,
useEmbeddedImg As Boolean
)
public:
void SetPdfToHtmlOptions(
bool useEmbeddedSvg,
bool useEmbeddedImg
)
member SetPdfToHtmlOptions :
useEmbeddedSvg : bool *
useEmbeddedImg : bool -> unit
Parameters
-
useEmbeddedSvg
-
Type:
System
Boolean
Indicates whether to use the embedded svg in html file.
-
useEmbeddedImg
-
Type:
System
Boolean
Indicates whether to embed image data in html file, works only when useEmbeddedSvg is set to false.
See Also