[]
Renders the Image.
public bool RenderBlockImage(Image image, object width, object height, Style style)
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)
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)
Type | Name | Description |
---|---|---|
Image | image | Image to render. |
Type | Description |
---|---|
bool | Returns true if no warnings occur during rendering the object. |