  | 
HtmlToImageConvertHtmlString Method (String) | 
 
            Gets an Image object from the specified html string.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
Syntaxpublic 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