Skip to main content

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.v24.1.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public ImageCollectionItem(
    Image image,
    string caption
)

Parameters

Name Type Description
image Image

An image.

caption String

The image’s caption.

See Also