|  | 
| PdfHtmlElementAllowContentHeightResize Property  | 
 
            A flag used only by WebKitRestricted or Blink 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: 24.1
 Syntax
Syntaxpublic bool AllowContentHeightResize { get; set; }Public Property AllowContentHeightResize As Boolean
	Get
	Set
Property Value
Type: 
Boolean Remarks
RemarksNote: This is used only by the WebKitRestricted rendering engine.
 See Also
See Also