Click or drag to resize
Pdf Library for .NET

HtmlToImage Constructor (Int32, Int32)

Creates an html to image converter for a web page with the specified width and height.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public HtmlToImage(
	int webPageWidth,
	int webPageHeight
)

Parameters

webPageWidth
Type: SystemInt32
The web page width.
webPageHeight
Type: SystemInt32
The web page height.
See Also