Skip to main content
All docs
V25.1
  • XRPdfContent.UseSvgRendering Property

    Specifies whether to render the content of a PDF file as vector graphics.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.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

    true to render the content of a PDF file as vector graphics; otherwise, false.

    See Also