|
PdfHtmlSectionAllowContentHeightResize Property
|
A flag used only by WebKitRestricted, Blink or Chromium engines indicating if the content height can be recalculated to better fit the page.
This can introduce certain errors in some cases.
The default is True. Set it to False if content is split to more pages than expected.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic bool AllowContentHeightResize { get; set; }Public Property AllowContentHeightResize As Boolean
Get
Set
Property Value
Boolean
See Also