Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    NuGet Package: 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