'Declaration Public Overloads Function RenderBlockImage( _ ByVal image As Image, _ ByVal width As Object, _ ByVal height As Object, _ ByVal imageAlign As ImageAlign _ ) As Boolean
public bool RenderBlockImage( Image image, object width, object height, ImageAlign 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.