HtmlToPdfElementHtmlViewerWidth Property
            Gets or sets the preferred HTML viewer width in pixels of the HTML to PDF element. 
            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 
HtmlToPdfElement class constructor. The default value is 1024 pixels.
            
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 19.0.0
public int HtmlViewerWidth { get; set; }
Public Property HtmlViewerWidth As Integer
	Get
	Set
Property Value
Int32