Skip to main content
All docs
V24.1

ImageSource(DXImage) Constructor

Initializes a new instance of the ImageSource class with specified settings.

Namespace: DevExpress.XtraPrinting.Drawing

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public ImageSource(
    DXImage image
)

Parameters

Name Type Description
image DXImage

An image the ImageSource object stores.

See Also