'Declaration Public Overloads Sub DrawImage( _ ByVal image As Image, _ ByVal imageChanged As Boolean, _ ByVal text As RectangleF, _ ByVal strLink As String _ )
public void DrawImage( Image image, bool imageChanged, RectangleF text, string strLink )
Parameters
- image
- The System.Drawing.Image to draw on the page.
- imageChanged
- Boolean value determining whether the image has changed.
- text
- Bounds of the image.
- strLink
- Hyperlink URL.