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