EVO HTML to PDF Converter

ImgConverter Constructor (Int32, Int32)

EVO HTML to PDF Converter for .NET Documentation
This constructor creates a HTML to Image converter using the given width and height in pixels of the HTML viewer

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public ImgConverter(
	int htmlViewerWidth,
	int htmlViewerHeight
)

Parameters

htmlViewerWidth
Type: SystemInt32
The HTML viewer width in pixels
htmlViewerHeight
Type: SystemInt32
The HTML viewer height in pixels
See Also

Reference