ExpertPdf PDF Creator Library
FitWidth Property
NamespacesExpertPdf.PdfCreatorRtfToPdfElementFitWidth
ExpertPdf PDF Creator Library
When this property is true the RTF content will be resized if necessary to fit the available width in PDF page. When false the HTML content will be rendered at the real size. By default this property is true and the content will be resized if necessary to fit the available width in PDF page
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.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)