Skip to main content
All docs
V26.1
  • ImageItem(String, ImageSource) Constructor

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

    Namespace: DevExpress.XtraPrinting.Drawing

    Assembly: DevExpress.Printing.v26.1.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