RtfToPdfElement(String, Int32, Int32) Constructor |
Creates a RTF to PDF converter element for the specified RTF string with the
specified virtual viewer width and height. The start position is (0,0)
and the rendered width is given by the available space in start page.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic RtfToPdfElement(
string rtfString,
int rtfViewerWidth,
int rtfViewerHeight
)
Public Sub New (
rtfString As String,
rtfViewerWidth As Integer,
rtfViewerHeight As Integer
)
Parameters
- rtfString String
- The RTF string to convert to PDF
- rtfViewerWidth Int32
- The virtual viewer width
- rtfViewerHeight Int32
- The virtual viewer height
See Also