PDFGraphicEngine Enumeration
Specifies the graphic engine used for rendering the PDF content.
Syntax
'Declaration Public Enum PDFGraphicEngine Inherits System.Enum
'Usage Dim instance As PDFGraphicEngine
public enum PDFGraphicEngine : System.Enum
Members
| Member | Description |
|---|---|
| GdiPlus | GDI+ is used for rendering PDF content. |
| Quadrifoglio | The Quadrifoglio engine is used for rendering PDF content. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
O2S.Components.PDFView4NET.PDFGraphicEngine
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also