Click or drag to resize
Pdf Library for .NET

HtmlToImageConvertHtmlString(String) Method

Gets an Image object from the specified html string.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public Image ConvertHtmlString(
	string htmlString
)

Parameters

htmlString  String
The html string to be converted to image.

Return Value

Image
The rendered Image object.
Remarks
The Image object can be further manipulated to have the format changed, saved to disk, etc.
See Also