[]
Renders text for the document.
public void RenderDirectText(object x, object y, string text, object width, Font font, Color textColor, AlignHorzEnum horzAlign)
Type | Name | Description |
---|---|---|
object | x | X-coordinate to start the rendering. |
object | y | Y-coordinate to start the rendering. |
string | text | The text to render. |
object | width | The width for the rendered text. |
Font | font | The font to use. |
Color | textColor | The color of the text. |
AlignHorzEnum | horzAlign | The alignment to render the text. |