PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / RenderBlockImage Method / RenderBlockImage(Image) Method
Image to render.

In This Topic
    RenderBlockImage(Image) Method
    In This Topic
    Renders the Image.
    Syntax
    'Declaration
     
    Public Overloads Function RenderBlockImage( _
       ByVal image As Image _
    ) As Boolean
    public bool RenderBlockImage( 
       Image image
    )

    Parameters

    image
    Image to render.

    Return Value

    Returns true if no warnings occur during rendering the object.
    See Also