 |
HtmlToImageConvertHtmlString(String) Method |
Gets an Image object from the specified html string.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic Image ConvertHtmlString(
string htmlString
)
Public Function ConvertHtmlString (
htmlString As String
) As Image
Parameters
- htmlString String
- The html string to be converted to image.
Return Value
ImageThe rendered Image object.
Remarks The Image object can be further manipulated to have the format changed, saved to disk, etc.
See Also