Renders the Image.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public bool RenderBlockImage( Image image, Object width, Object height, ImageAlign imageAlign ) |
Visual Basic |
---|
Public Function RenderBlockImage ( _ image As Image, _ width As Object, _ height As Object, _ imageAlign As ImageAlign _ ) 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.
- imageAlign
- Type: C1.C1Preview..::..ImageAlign
Alignment of an image.