CompatibilitySettings.RenderPDFPageContentWithDirectX Property
Gets or sets whether to render page content with DirectX.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Data.Desktop.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
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.v24.1.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