ImageItemCollection.AddRange(ImageItem[]) Method
Adds an array of image items to the end of the collection.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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