Skip to main content
All docs
V23.2

XRPdfRenderingEngine Enum

Specifies the engine that renders PDF content.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.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