Back to Devexpress

CompatibilitySettings.RenderPDFPageContentWithDirectX Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-92ad18bb.md

latest1.7 KB
Original Source

CompatibilitySettings.RenderPDFPageContentWithDirectX Property

Gets or sets whether to render page content with DirectX.

Namespace : DevExpress.Xpf.Core

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

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

Declaration

csharp
public static bool RenderPDFPageContentWithDirectX { get; set; }
vb
Public Shared Property RenderPDFPageContentWithDirectX As Boolean

Property Value

TypeDescription
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.v25.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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace