PdfPrintingOptions.RenderingEngine Property
Specifies the engine that renders PDF content.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public XRPdfRenderingEngine RenderingEngine { get; set; }
#Property Value
Type | Description |
---|---|
XRPdf |
The engine that renders PDF content. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Rendering |
---|---|
Printing |
|
#Remarks
Use this property to change the engine that renders PDF content if the default engine does not satisfy your needs.
On Linux and Windows Azure platforms, set this property to Skia (on Linux, the SkiaSharp NuGet package should be installed).
When this property is set to Default, the rendering engine is selected based on the platform:
- Linux uses the Skia engine.
- Windows uses the DirectX engine.
- Windows Azure uses the GDI+ engine.