PdfHtmlTemplateGpuCompositingEnabled Property
A flag indicating if hardware GPU compositing is enabled in the HTML to PDF converter.
This property has effect only when
EnableSoftwareGpuRendering is false.
Hardware WebGL rendering may require both
GpuRenderingEnabled and
GpuCompositingEnabled to be enabled, depending on system and driver support.
The default value is false
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public bool GpuCompositingEnabled { get; set; }
Property Value
Boolean