| ImgConverterClipHtmlView Property | 
            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 PageWidth property. 
            The default value of this property is false.
            
            Note: This is used only by the WebKit rendering engine.
            
 
Namespace: ExpertPdf.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
 Syntax
Syntaxpublic bool ClipHtmlView { get; set; }Public Property ClipHtmlView As Boolean
	Get
	Set
Property Value
Type: 
Boolean See Also
See Also