Skip to main content

ImageItemCollection.GetImageSource(String) Method

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

Namespace: DevExpress.XtraPrinting.Drawing

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

NuGet Package: DevExpress.Printing.Core

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