ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / RenderBlockImage Method / RenderBlockImage(Image,Object,Object,ImageAlign) Method
Image to render.
Width of an image box. If null then autowidth.
Height of an image box. If null then autoheight.
Alignment of an image.

In This Topic
    RenderBlockImage(Image,Object,Object,ImageAlign) Method
    In This Topic
    Renders the Image.
    Syntax
    'Declaration
     
    Public Overloads Function RenderBlockImage( _
       ByVal image As System.Drawing.Image, _
       ByVal width As System.Object, _
       ByVal height As System.Object, _
       ByVal imageAlign As ImageAlign _
    ) As System.Boolean
    public System.bool RenderBlockImage( 
       System.Drawing.Image image,
       System.object width,
       System.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.
    See Also