XRPdfContent.UseSvgRendering Property
In This Article
Specifies whether to render the content of a PDF file as vector graphics.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[Browsable(false)]
[DefaultValue(false)]
[SRCategory(ReportStringId.CatAppearance)]
public bool UseSvgRendering { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
See Also