Draws an image on the page.
[Visual Basic] Overloads Public Sub DrawImage(Image,Boolean,RectangleF)
Draws the specified image within the specified rectangle bounds and assigns a hyperlink to the area on the page.
Draws the specified image within the specified coordinates.
Draws the specified image on the page at the specified coordinates and assigns a hyperlink to the image area.
Draws the specified image within the specified rectangle bounds.
[Visual Basic] Overloads Public Sub DrawImage(Image,RectangleF)
Draws the specified image within the specified rectangle bounds and assigns a hyperlink to the area on the page.
[Visual Basic] Overloads Public Sub DrawImage(Image,RectangleF,String)
Draws the specified image within the specified coordinates.
Draws the specified image on the page at the specified coordinates and assigns a hyperlink to the image area.
Units are determined by the Page.Units property.
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.