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: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public PdfConverter(
	int htmlViewerWidth
)

Parameters

htmlViewerWidth  Int32
The HTML viewer width in pixels

See Also