Draws the specified image on the page at the specified coordinates and assigns a hyperlink to the image area.
Syntax
'Declaration
Public Overloads Sub DrawImage( _
ByVal As Image, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As String, _
ByVal As String, _
ByVal As String _
)
public void DrawImage(
Image ,
float ,
float ,
float ,
float ,
string ,
string ,
string
)
Parameters
- image
- The System.Drawing.Image to draw on the page.
- left
- Left position of the image (in inches).
- top
Top position of the image (in inches).
- width
- Width of the image (in inches).
- height
- Height of the image (in inches).
- strLink
- Hyperlink URL.
- title
- Title of the image.
- description
- Description of the image.
See Also