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