Skip to main content
A newer version of this page is available. .
All docs
V20.2

XRPdfRenderingEngine Enum

Specifies the engine that renders PDF content.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public enum XRPdfRenderingEngine

Members

Name Description
GdiPlus

The GDI+ rendering engine.

DirectX

The DirectX rendering engine.

Skia

The Skia rendering engine.

Default

Automatically detects the rendering engine based on the platform: Skia on Linux; GDI+ on Azure.

Related API Members

The following properties accept/return XRPdfRenderingEngine values:

See Also