Converts a HTML code and produces a SVG document in a memory buffer
Namespace: HiQPdfAssembly: HiQPdf (in HiQPdf.dll) Version: 6.0.0.0
Syntax
| C# |
|---|
public byte[] ConvertHtmlToMemory( string html, string baseUrl ) |
| Visual Basic |
|---|
Public Function ConvertHtmlToMemory ( html As String, baseUrl As String ) As Byte() |
| Visual C++ |
|---|
public: array<unsigned char>^ ConvertHtmlToMemory( String^ html, String^ baseUrl ) |
Parameters
- html
- Type: System..::..String
The HTML code to convert
- baseUrl
- Type: System..::..String
The base URL that can be used to resolve the relative URLs found in the HTML code. It can be null if there are not relative URLs in the HTML code
Return Value
Type: array<Byte>[]()[][]The SVG document as a memory buffer