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

PdfDocumentProcessor.RenderingEngine Property

Specifies the engine used to render page content.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public PdfRenderingEngine RenderingEngine { get; set; }

Property Value

Type Description
PdfRenderingEngine

The enumeration value that specifies the rendering engine.

Remarks

If the RenderingEngine property is set to PdfRenderingEngine.Skia or PdfRenderingEngine.GdiPlus, the PdfDocumentProcessor.RenderPageContentWithDirectX property is reset to false.

See Also