Click or drag to resize
Pdf Library for .NET

HtmlToImage Constructor (Int32)

Creates an html to image converter. The width of the web page is specified. The height of the web page is automatically detected.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public HtmlToImage(
	int webPageWidth
)

Parameters

webPageWidth
Type: SystemInt32
The web page width.
See Also