Winnovative RTF to PDF Converter Library for .NET
FitWidth Property
NamespacesWinnovative.WnvRtfToPdfPdfDocumentOptionsFitWidth
Winnovative RTF to PDF Converter Library for .NET
When this property is true the HTML 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
public:
property bool FitWidth {
	bool get ();
	void set (bool value);
}

Assembly: Winnovative.WnvRtfToPdf (Module: Winnovative.WnvRtfToPdf) Version: 2.0.5.0 (2.0.5.0)