|
PdfHtmlElementAllowContentHeightResize 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; }
Public Property AllowContentHeightResize As Boolean
Get
Set
Property Value
Type:
BooleanRemarks Note: This is used only by the WebKitRestricted rendering engine.
See Also