Skip to main content
All docs
V23.2

ImageSource(DXImage, Boolean) Constructor

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

Namespace: DevExpress.XtraPrinting.Drawing

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public ImageSource(
    DXImage image,
    bool isSharedResource
)

Parameters

Name Type Description
image DXImage

An image the ImageSource object stores.

isSharedResource Boolean

true if the created image source is used by multiple objects; otherwise, false.

See Also