EVO HTML to PDF Converter

HtmlToImageConverterHtmlViewerWidth Property

EVO HTML to PDF Converter for .NET Documentation
Gets or sets the preferred HTML viewer width in pixels in the HTML to Image converter. If the HTML content is not entirely visible in the HTML viewer at the specified width, the ClipHtmlView property will control whether the HTML content is clipped or the HTML viewer width is automatically extended to make visible the whole HTML content. By default the ClipHtmlView property is false and the HTML viewer is automatically extended in width to make visible the whole HTML content. The HTML viewer width can also be specified in the HtmlToImageConverter class constructor. The default value is 1024 pixels.

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

public int HtmlViewerWidth { get; set; }

Property Value

Type: Int32
See Also

Reference