If the HTML content is not entirely visible in the HTML viewer of the HTML to PDF element 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. The HTML viewer width is given by the HtmlViewerWidth property. The default value of this property is false.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public bool ClipHtmlView { get; set; }
Visual Basic
Public Property ClipHtmlView As Boolean
	Get
	Set
Visual C++
public:
property bool ClipHtmlView {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also