ImageItem(String, ImageSource) Constructor
Creates an ImageItem object with the specified ImageSource and Id properties.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | String | The image source ID. |
imageSource | ImageSource | An image source object that stores an image. |
See Also