 |
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: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic bool WebPageFixedSize { get; set; }Public Property WebPageFixedSize As Boolean
Get
Set
Property Value
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