EVO HTML to PDF Converter

PdfDocumentOptionsStretchToFit Property

EVO PDF Client for .NET Documentation
This property has effect in HTML to PDF converter 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:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public bool StretchToFit { get; set; }

Property Value

Type: Boolean
See Also

Reference