Skip to main content

ImageItem(String, ImageSource) Constructor

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

Namespace: DevExpress.XtraPrinting.Drawing

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

NuGet Package: DevExpress.Printing.Core

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