[]
Implementation of IImage that stores image properties in memory.
public sealed class MemoryImage : MemoryReportItem, IToggleReceiver, IImage, IStaticItem, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem
| Name | Description |
|---|---|
| MemoryImage() | Initializes a new instance of the MemoryImage class. |
| Name | Description |
|---|---|
| CanGrow | Gets the value specifing whether the image can grow. |
| CanShrink | Gets the value specifing whether the image can shrink. |
| HorizontalAlignment | Returns a copy of image data as System.Drawing.Image |
| MimeType | Gets or sets the mime type. |
| Sizing | Gets or sets the ImageSizing determining how a picture should be sized within the image report control area. |
| Source | Gets or sets the image source. |
| Value | Gets or sets the image object. |
| VerticalAlignment | Gets or sets the vertical alignment of the picture. |
| Name | Description |
|---|---|
| GetService(Type) | Gets the service object of the specified type. |