Skip to main content
All docs
V23.1

ImageSource(Boolean, Byte[]) Constructor

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

Namespace: DevExpress.XtraPrinting.Drawing

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public ImageSource(
    bool isSvg,
    byte[] bytes
)

Parameters

Name Type
isSvg Boolean
bytes Byte[]
See Also