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, int maxPageOneFile, bool useHighQualityEmbeddedSvg )
Public Sub SetPdfToHtmlOptions ( useEmbeddedSvg As Boolean, useEmbeddedImg As Boolean, maxPageOneFile As Integer, useHighQualityEmbeddedSvg As Boolean )
public: void SetPdfToHtmlOptions( bool useEmbeddedSvg, bool useEmbeddedImg, int maxPageOneFile, bool useHighQualityEmbeddedSvg )
member SetPdfToHtmlOptions : useEmbeddedSvg : bool * useEmbeddedImg : bool * maxPageOneFile : int * useHighQualityEmbeddedSvg : 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.
- maxPageOneFile
- Int32
Indicates the count of page contents in one html file, works only when useEmbeddedSvg is set to false.
- useHighQualityEmbeddedSvg
- Boolean
Indicates whether to use the high quality embedded svg in html file, works only when useEmbeddedSvg is set to true.