HtmlToImageConverterGpuRenderingEnabled Property

A flag indicating if hardware GPU rendering is enabled in the HTML to image converter. This property has effect only when EnableSoftwareGpuRendering is false. The default value is false

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public bool GpuRenderingEnabled { get; set; }

Property Value

Boolean

See Also