Skip to main content
All docs
V26.1
  • ImageItemCollection.GetImageSource(String) Method

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

    Namespace: DevExpress.XtraPrinting.Drawing

    Assembly: DevExpress.Printing.v26.1.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