GraphicEngine Property (PDFFile)
Gets or sets the graphic engine used for rendering PDF content.
Syntax
'Declaration Public Property GraphicEngine As PDFGraphicEngine
'Usage Dim instance As PDFFile 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.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also