ImageItemCollection.AddRange(ImageItem[]) Method
Adds an array of image items to the end of the collection.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | ImageItem[] | An array of image items to append to the collection. |
Remarks
Image items are added to the end of the collection in the same order they have in the array.
See Also