Load htmlSourceCode to Pdf
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 LoadFromHTML( string htmlSourceCode, bool autoDetectPageBreak, PdfPageSettings setting, PdfHtmlLayoutFormat layoutFormat )
Public Sub LoadFromHTML ( htmlSourceCode As String, autoDetectPageBreak As Boolean, setting As PdfPageSettings, layoutFormat As PdfHtmlLayoutFormat )
public: void LoadFromHTML( String^ htmlSourceCode, bool autoDetectPageBreak, PdfPageSettings^ setting, PdfHtmlLayoutFormat^ layoutFormat )
member LoadFromHTML : htmlSourceCode : string * autoDetectPageBreak : bool * setting : PdfPageSettings * layoutFormat : PdfHtmlLayoutFormat -> unit
Parameters
- htmlSourceCode
- String
htmlSourceCode
- autoDetectPageBreak
- Boolean
Auto detect page break
- setting
- PdfPageSettings
PdfPageSettings setting
- layoutFormat
- PdfHtmlLayoutFormat
PdfHtmlLayoutFormat layoutFormat