Winnovative HTML to PDF Converter Library for .NET
RtfToPdfElement Constructor (x, y, rtfString, rtfViewerWidth)
NamespacesWinnovative.WnvHtmlConvert.PdfDocumentRtfToPdfElementRtfToPdfElement(Single, Single, String, Int32)
Winnovative HTML to PDF Converter Library for .NET
Creates a RTF to PDF converter element for the specified RTF string with the specified virtual viewer width and an auto detected height.
Declaration Syntax
C#Visual BasicVisual C++
public RtfToPdfElement(
	float x,
	float y,
	string rtfString,
	int rtfViewerWidth
)
Public Sub New ( _
	x As Single, _
	y As Single, _
	rtfString As String, _
	rtfViewerWidth As Integer _
)
public:
RtfToPdfElement(
	float x, 
	float y, 
	String^ rtfString, 
	int rtfViewerWidth
)
Parameters
x (Single)
The x position in points where the rendered content will be placed
y (Single)
The y position in points where the rendered content will be placed
rtfString (String)
The RTF string to convert to PDF
rtfViewerWidth (Int32)
The virtual viewer width

Assembly: Winnovative.WnvHtmlConvert (Module: Winnovative.WnvHtmlConvert) Version: 8.0.0.0 (8.0.0.0)