Class PdfRenderingEngine
Specifies which "HTML to PDF" rendering engine to use.
Inheritance
System.Object
PdfRenderingEngine
Namespace: IronPdf.Rendering
Assembly: IronPdf.dll
Syntax
public sealed class PdfRenderingEngine : Enum
Fields
Chrome
Recommended as our most capable, multithreaded and standards compliant rendering engine. Chooses the IronPDf embedded Chrome browser rendering engine.
Declaration
public const PdfRenderingEngine Chrome
Field Value
| Type | Description |
|---|---|
| PdfRenderingEngine |
Default
Chooses the first renderer in this list which is currently available at runtime.
Declaration
public const PdfRenderingEngine Default
Field Value
| Type | Description |
|---|---|
| PdfRenderingEngine |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |