  | 
HtmlToImageWebPageFixedSize Property  | 
 Controls whether the web page is rendered with a fixed size internal browser or the size automatically extends to make the whole content visible.
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 24.1
Syntaxpublic bool WebPageFixedSize { get; set; }Public Property WebPageFixedSize As Boolean
	Get
	Set
Property Value
Type: 
Boolean
Remarks
            If the html content is not entirely visible in the web page viewer (browser) at the specified width, this property will control whether the 
            html content is clipped or the web page browser width is automatically extended to make visible the whole html content. 
            
            The html browser width is given by the 
WebPageWidth property. 
            
            The default value of this property is false.
            
See Also