ExpertPdf Html to Pdf Converter Library
StretchToFit Property
NamespacesExpertPdf.HtmlToPdfPdfDocumentOptionsStretchToFit
ExpertPdf Html to Pdf Converter Library
This property has effect 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.
Declaration Syntax
C#Visual BasicVisual C++
public bool StretchToFit { get; set; }
Public Property StretchToFit As Boolean
	Get
	Set
public:
property bool StretchToFit {
	bool get ();
	void set (bool value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)