Skip to main content
A newer version of this page is available. .

ImageItemCollection.AddRange(ImageItem[]) Method

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

Namespace: DevExpress.XtraPrinting.Drawing

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

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