XRPdfRenderingEngine Enum
Specifies the engine that renders PDF content.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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