|
DrawRichTextR Method |
Top Previous Next |
|
The DrawRichTextR method draws a rich text to the current document in the area specified.
Syntax
Parameters
Stream The stream containing the rich text.
Left [in] Specifies upper-left corner of the rectangle where rich text will be rendered.
Top [in] Specifies upper-top corner of the rectangle where rich text will be rendered.
Right [in] Specifies lower-right corner of the rectangle where rich text will be rendered.
Bottom [in] Specifies lower-bottom corner of the rectangle where rich text will be rendered.
StartPos [in] Specifies the starting position of rich text in the stream.
EndPos [in] Specifies the ending position of the rich text in the stream.
|