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

ImageItem(String, ImageSource) Constructor

Creates an ImageItem object with the specified ImageSource and Id properties.

Namespace: DevExpress.XtraPrinting.Drawing

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

Declaration

public ImageItem(
    string id,
    ImageSource imageSource
)

Parameters

Name Type Description
id String

The image source ID.

imageSource ImageSource

An image source object that stores an image.

See Also