Draws text on the page.
| Overload | Description |
|---|---|
| DrawText(String,Single,Single,Single,Single) | Draws the specified string within the specified coordinates. |
| DrawText(String,RectangleF) | Draws the specified string within the specified bounds. |
| DrawText(String[],Single,Single,Single,Single) | Draws the specified array of strings within the specified coordinates. |
| DrawText(String[],RectangleF) | Draws the specified array of strings within the specified bounds. |
| DrawText(String,Single,Single,Single,Single,String) | Draws the specified string within the specified coordinates and creates a hyperlink for the text area. |
| DrawText(String,RectangleF,String) | Draws the specified string within the specified bounds and creates a hyperlink at the specified area. |
| DrawText(String[],Single,Single,Single,Single,String) | Draws the specified array of strings within the specified coordinates and creates a hyperlink for the text area. |
| DrawText(String[],RectangleF,String) | Draws the specified array of strings within the specified bounds and creates a hyperlink at the specified area. |
| C# | Copy Code |
|---|---|
private void arv_Load(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load | |
Units are determined by the Page.Units property.