RenderDirectRichText(Unit,Unit,String,Object) Method
In This Topic
Adds an RTF-formatted string to the
C1.C1Preview.C1PrintDocument.Body of the current document at a specific position on the current page with
auto height, and resolves it.
Syntax
Parameters
- x
- The horizontal (X) coordinate at which to render the text (cannot be auto).
- y
- The vertical (Y) coordinate at which to render the text (cannot be auto).
- rtf
- The RTF-formatted string to render.
- width
- The width of the text area (cannot be null or auto).
See Also