PDFView4NET WinForms Edition


O2S.Components.PDFView4NET Namespace : PDFGraphicEngine Enumeration
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
MemberDescription
GdiPlusGDI+ is used for rendering PDF content.
QuadrifoglioThe 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