GraphicEngine Property (PDFPageView)
Gets or sets the graphic engine used for rendering PDF content.
Syntax
'Declaration Public Property GraphicEngine As PDFGraphicEngine
'Usage Dim instance As PDFPageView Dim value As PDFGraphicEngine instance.GraphicEngine = value value = instance.GraphicEngine
public PDFGraphicEngine GraphicEngine {get; set;}
Property Value
A PDFGraphicEngine enum member specifying the graphic engine to use.Remarks
It is recommended to set the graphic engine before loading a file in the viewer and not chainging it while a file is displayed.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also