RtfToPdfElement Constructor (String) |
Creates a RTF to PDF converter element for the specified RTF string with the
default virtual viewer width and an auto detected height. The start position is (0,0)
and the rendered width is given by the available space in start page.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public RtfToPdfElement(
string rtfString
)
Public Sub New (
rtfString As String
)
Parameters
- rtfString
- Type: SystemString
The RTF string to convert to PDF
See Also