Set pdf to html convert options.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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
- Boolean
Indicates whether to use the embedded svg in html file.
- useEmbeddedImg
- Boolean
Indicates whether to embed image data in html file, works only when useEmbeddedSvg is set to false.