HtmlToImageElementStretchToFit Property
            This property has effect in HTML to Image element only when 
FitWidth property is true. When 
FitWidth is true and this property is true 
            the HTML content will be stretched if necessary to fit the available width in PDF page.
            By default this property is false and the content will not be stretched to fit the available width in PDF page. 
            
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 19.0.0
public bool StretchToFit { get; set; }
Public Property StretchToFit As Boolean
	Get
	Set
Property Value
Boolean