HtmlToPdfConverterGpuCompositingEnabled Property

A flag indicating if the GPU compositing is enabled in the HTML to PDF converter. WebGL rendering requires this option to be enabled. The default value is false

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public bool GpuCompositingEnabled { get; set; }

Property Value

Boolean

See Also