Renders the Image.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool RenderBlockImage(
	Image image,
	Object width,
	Object height,
	Style style
)
Visual Basic
Public Function RenderBlockImage ( _
	image As Image, _
	width As Object, _
	height As Object, _
	style As Style _
) As Boolean

Parameters

image
Type: System.Drawing..::..Image
Image to render.
width
Type: System..::..Object
Width of an image box. If null then autowidth.
height
Type: System..::..Object
Height of an image box. If null then autoheight.
style
Type: C1.C1Preview..::..Style
Style of the image. If null then the style for an image of document is used.

Return Value

Returns true if no warnings occur during rendering the object.

See Also