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

ImageCollectionItem(Image) Constructor

Initializes a new instance of the ImageCollectionItem class with the specified image.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v20.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

public ImageCollectionItem(
    Image image
)

Parameters

Name Type Description
image Image

An image.

Remarks

Use this constructor when you do not need to store image captions.

See Also