Renders the Image.
'Declaration
Public Overloads Function RenderBlockImage( _
ByVal As System.Drawing.Image, _
ByVal As System.Object, _
ByVal As System.Object, _
ByVal As ImageAlign _
) As System.Boolean
public System.bool RenderBlockImage(
System.Drawing.Image ,
System.object ,
System.object ,
ImageAlign
)
Parameters
- image
- Image to render.
- width
- Width of an image box. If null then autowidth.
- height
- Height of an image box. If null then autoheight.
- imageAlign
- Alignment of an image.
Return Value
Returns true if no warnings occur during rendering the object.