Click or drag to resize
Pdf Library for .NET

HtmlToPdfOptionsAllowContentHeightResize Property

A flag used only by WebKitRestricted engine 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:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public bool AllowContentHeightResize { get; set; }

Property Value

Type: Boolean
Remarks
Note: This is used only by the WebKitRestricted rendering engine.
See Also