[]
Renders the Image.
public bool RenderBlockImage(Image image, object width, object height, Style style)
Public Function RenderBlockImage(image As Image, width As Object, height As Object, style As Style) As Boolean
| Type | Name | Description |
|---|---|---|
| Image | image | Image to render. |
| object | width | Width of an image box. If null then autowidth. |
| object | height | Height of an image box. If null then autoheight. |
| Style | style | Style of the image. If null then the style for an image of document is used. |
| Type | Description |
|---|---|
| bool | Returns true if no warnings occur during rendering the object. |
Renders the Image.
public bool RenderBlockImage(Image image, object width, object height, ImageAlign imageAlign)
Public Function RenderBlockImage(image As Image, width As Object, height As Object, imageAlign As ImageAlign) As Boolean
| Type | Name | Description |
|---|---|---|
| Image | image | Image to render. |
| object | width | Width of an image box. If null then autowidth. |
| object | height | Height of an image box. If null then autoheight. |
| ImageAlign | imageAlign | Alignment of an image. |
| Type | Description |
|---|---|
| bool | Returns true if no warnings occur during rendering the object. |
Renders the Image.
public bool RenderBlockImage(Image image)
Public Function RenderBlockImage(image As Image) As Boolean
| Type | Name | Description |
|---|---|---|
| Image | image | Image to render. |
| Type | Description |
|---|---|
| bool | Returns true if no warnings occur during rendering the object. |