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

ImageItemCollection.GetImageSource(String) Method

Returns the image source of the image item that has the specified ID.

Namespace: DevExpress.XtraPrinting.Drawing

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

Declaration

public ImageSource GetImageSource(
    string id
)

Parameters

Name Type Description
id String

The ID of the requested image item.

Returns

Type Description
ImageSource

An object that stores an image.

See Also