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

ImageCollectionItem(Image, String) Constructor

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.2.dll

Declaration

public ImageCollectionItem(
    Image image,
    string caption
)

Parameters

Name Type Description
image Image

An image.

caption String

The image’s caption.

See Also