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

PdfViewer.RenderingEngine Property

Specifies the engine used to render page content.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PdfViewer

Declaration

[Browsable(false)]
public PdfViewerRenderingEngine RenderingEngine { get; set; }

Property Value

Type Description
PdfViewerRenderingEngine

An enumeration value that specifies the rendering engine.

Available values:

Name Description
Default

Default rendering engine.

GdiPlus

GDI/GDI+ rendering engine.

DirectX

DirectX rendering engine.

DirectXSoftware

DirectX software rendering engine.

See Also