PdfDocumentProcessor.RenderPageContentWithDirectX Property
OBSOLETE
Use the Rendering
Gets or sets whether to render page content with DirectX.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
[Obsolete("Use the RenderingEngine property instead.")]
public bool RenderPageContentWithDirectX { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, to enable Direct |
#Remarks
Note that for client machines with Windows 7, Windows 8 or newer installed, DirectX applications require Platform Update.
Use the PdfDocumentProcessor.RenderingEngine property to select another rendering engine.