EVO HTML to PDF Converter

HtmlToSvgConverterHtmlViewerWidth Property

EVO PDF Client for .NET Documentation
Gets or sets the preferred HTML viewer width in pixels of the HTML to SVG 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 HtmlToSvgConverter class constructor. The default value is 1024 pixels.

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public int HtmlViewerWidth { get; set; }

Property Value

Type: Int32
See Also

Reference