Click or drag to resize

ImgConverter(Int32, Int32) Constructor

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

Namespace: ExpertPdf.HtmlToPdf
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public ImgConverter(
	int pageWidth,
	int pageHeight
)

Parameters

pageWidth  Int32
The web page width
pageHeight  Int32
The web page height
See Also