ExpertPdf Html to Pdf Converter Library
FitWidth Property
NamespacesExpertPdf.HtmlToPdfPdfDocumentOptionsFitWidth
ExpertPdf Html to Pdf Converter Library
When this property is true the HTML content will be resized if necessary to fit the available width in PDF page. By default this property is true and the content will be resized if necessary to fit the available width in PDF page. When this property is false the HTML content is not resized (is rendered at the real size) and therefore it could be cut off at the right size if the PDF page is not enough wide to display the whole HTML content. In this case the AutoSizePdfPage property can be set on true to automatically resize the PDF page width to display the whole content.
Declaration Syntax
C#Visual BasicVisual C++
public bool FitWidth { get; set; }
Public Property FitWidth As Boolean
	Get
	Set
public:
property bool FitWidth {
	bool get ();
	void set (bool value);
}
Property Value

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