RtfToPdfElement Constructor |
Name | Description | |
---|---|---|
RtfToPdfElement(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.
| |
RtfToPdfElement(String, Int32) |
Creates a RTF to PDF converter element for the specified RTF string with the
specified 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.
| |
RtfToPdfElement(Single, Single, String) |
Creates a RTF to PDF converter element for the specified RTF string with the
default virtual viewer width and an auto detected height.
| |
RtfToPdfElement(String, Int32, Int32) |
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.
| |
RtfToPdfElement(Single, Single, Single, String) |
Creates a RTF to PDF converter element for the specified RTF string with the
default virtual viewer width and an auto detected height.
| |
RtfToPdfElement(Single, Single, String, Int32) |
Creates a RTF to PDF converter element for the specified RTF string with the
specified virtual viewer width and an auto detected height.
| |
RtfToPdfElement(Single, Single, Single, String, Int32) |
Creates a RTF to PDF converter element for the specified RTF string with the
specified virtual viewer width and an auto detected height.
| |
RtfToPdfElement(Single, Single, String, Int32, Int32) |
Creates a RTF to PDF converter element for the specified RTF string with the
specified virtual viewer width and height.
| |
RtfToPdfElement(Single, Single, Single, String, Int32, Int32) |
Creates a RTF to PDF converter element for the specified RTF string with the
specified virtual viewer width and height.
| |
RtfToPdfElement(Single, Single, Single, Single, String, Int32, Int32) |
Creates a RTF to PDF converter element for the specified RTF string with the
specified virtual viewer width and height.
|