Draws text on the page.
[Visual Basic] Overloads Public Sub DrawText(String,RectangleF)
Draws the specified string within the specified bounds and creates a hyperlink at the specified area.
[Visual Basic] Overloads Public Sub DrawText(String,RectangleF,String)
Draws the specified string within the specified coordinates.
Draws the specified string within the specified coordinates and creates a hyperlink for the text area.
Draws the specified array of strings within the specified bounds.
[Visual Basic] Overloads Public Sub DrawText(String(),RectangleF)
Draws the specified array of strings within the specified bounds and creates a hyperlink at the specified area.
[Visual Basic] Overloads Public Sub DrawText(String(),RectangleF,String)
Draws the specified array of strings within the specified coordinates.
Draws the specified array of strings within the specified coordinates and creates a hyperlink for the text area.
Units are determined by the Page.Units property.
[C#]
private void arv_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load |
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.