ImageItemCollection.GetImageSource(String) Method
Returns the image source of the image item that has the specified ID.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | String | The ID of the requested image item. |
Returns
| Type | Description |
|---|---|
| ImageSource | An object that stores an image. |
See Also