Click or drag to resize

RtfToPdfElement Constructor

Overload List
  NameDescription
Public methodRtfToPdfElement(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.
Public methodRtfToPdfElement(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.
Public methodRtfToPdfElement(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.
Public methodRtfToPdfElement(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.
Public methodRtfToPdfElement(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.
Public methodRtfToPdfElement(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.
Public methodRtfToPdfElement(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.
Public methodRtfToPdfElement(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.
Public methodRtfToPdfElement(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.
Public methodRtfToPdfElement(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.
Top
See Also