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.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public HtmlToImage(
	int webPageWidth,
	int webPageHeight
)

Parameters

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