|
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.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public bool WebPageFixedSize { get; set; }
Public Property WebPageFixedSize As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
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