ExpertPdf Html to Pdf Converter Library
ClipHtmlView Property
NamespacesExpertPdf.HtmlToPdf.PdfDocumentHtmlToImageElementClipHtmlView
ExpertPdf Html to Pdf Converter Library
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. The HTML viewer width is given by the HtmlViewerWidth property. The default value of this property is false. Note: This is used only by the WebKit rendering engine.
Declaration Syntax
C#Visual BasicVisual C++
public bool ClipHtmlView { get; set; }
Public Property ClipHtmlView As Boolean
	Get
	Set
public:
property bool ClipHtmlView {
	bool get ();
	void set (bool value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)