Skip to main content

ImageItemCollection.AddRange(ImageItem[]) Method

Adds an array of image items to the end of the collection.

Namespace: DevExpress.XtraPrinting.Drawing

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public void AddRange(
    ImageItem[] items
)

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