PdfConverter(Int32) Constructor

This constructor creates a HTML to PDF converter using the given width in pixels and the default height for the HTML viewer

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public PdfConverter(
	int htmlViewerWidth
)

Parameters

htmlViewerWidth  Int32
The HTML viewer width in pixels

See Also