Renders an image for the document.
Syntax
'Declaration
Public Sub RenderDirectImage( _
ByVal As System.Object, _
ByVal As System.Object, _
ByVal As System.Drawing.Image, _
ByVal As System.Object, _
ByVal As System.Object, _
ByVal As BackgroundPictureDrawModeEnum _
)
public void RenderDirectImage(
System.object ,
System.object ,
System.Drawing.Image ,
System.object ,
System.object ,
BackgroundPictureDrawModeEnum
)
Parameters
- x
- X-coordinate.
- y
- Y-coordinate.
- image
- Image to render.
- width
- Width to render.
- height
- Height to render.
- imageAlign
- Alignment options.
See Also