Class ChromeGpuModes
Chrome GPU hardware utilization when rendering HTML to PDF
Inheritance
System.Object
    ChromeGpuModes
  Namespace: IronPdf.Engines.Chrome
Assembly: IronPdf.dll
Syntax
public sealed class ChromeGpuModes : Enum
  Fields
Disabled
Disable GPU hardware utilization
Declaration
public const ChromeGpuModes Disabled
  Field Value
| Type | Description | 
|---|---|
| ChromeGpuModes | 
Hardware
Enable hardware acceleration
Declaration
public const ChromeGpuModes Hardware
  Field Value
| Type | Description | 
|---|---|
| ChromeGpuModes | 
HardwareFull
Enable hardware acceleration with Vulkan features
Declaration
public const ChromeGpuModes HardwareFull
  Field Value
| Type | Description | 
|---|---|
| ChromeGpuModes | 
Software
Enable software acceleration
Declaration
public const ChromeGpuModes Software
  Field Value
| Type | Description | 
|---|---|
| ChromeGpuModes | 
value__
Declaration
public int value__
  Field Value
| Type | Description | 
|---|---|
| System.Int32 |