ImageSource(SvgImage, Boolean) Constructor
In This Article
Creates an ImageSource object and sets its ImageSource.SvgImage property to the SVG image passed as a parameter.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
svg |
Svg |
An SVG image the Image |
is |
Boolean | true, if the created image source is used by multiple objects; otherwise, false. |
#Remarks
If you create a shared image source, it is not disposed when the owing object (e.g., with a report) is disposed.
See Also