Skip to main content

CompatibilitySettings.RenderPDFPageContentWithDirectX Property

Gets or sets whether to render page content with DirectX.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

public static bool RenderPDFPageContentWithDirectX { get; set; }

Property Value

Type Description
Boolean

true, to enable DirectX page content rendering; false, to render page content with GDI/GDI+. The default is true.

Remarks

To access compatibility settings, add a reference to the DevExpress.Data.v23.2.dll assembly and explicitly import the DevExpress.Xpf.Core namespace into the code with a using directive.

Note that DirectX applications require a Platform Update for Windows 7, Windows 8 or newer installed on client machines.

See Also