HtmlToPdfGpuCompositingEnabled Property

Controls if the GPU compositing is enabled in the HTML to PDF converter. It should be enabled to convert web page with WebGL. The default value is false

Definition

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

Property Value

Boolean

See Also