Click or drag to resize
Pdf Library for .NET

HtmlToImage(Int32, Int32) Constructor

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: 26.2
Syntax
public HtmlToImage(
	int webPageWidth,
	int webPageHeight
)

Parameters

webPageWidth  Int32
The web page width.
webPageHeight  Int32
The web page height.
See Also