Class HtmlTextRenderer.RunImage
Represents the image run.
Inherited Members
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public class RunImage : HtmlTextRenderer.Run
Properties
Image
Gets the image.
Declaration
public Image Image { get; }
Property Value
| Type | Description |
|---|---|
| Image |
Methods
GetBitmap(out Single, out Single)
Gets the image as a bitmap.
Declaration
public Bitmap GetBitmap(out float width, out float height)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | width | The bitmap width. |
| System.Single | height | The bitmap height. |
Returns
| Type | Description |
|---|---|
| Bitmap | The Bitmap object. |