Enum PdfRenderingEngine
Defines the constants that specify the rendering modes for PDF viewer. Default value is Pdfium.
Namespace: Syncfusion.Windows.Forms.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
[Obsolete("The SfPdf engine is no longer supported.By default, PDFium engine will be used.So avoid setting the Rendering engine for the PDF Viewer control")]
public enum PdfRenderingEngine
Fields
Name | Description |
---|---|
Pdfium | Speficies the PDFium rendering engine. It is the recommended PDF rendering engine and it provides accurate and robust PDF rendering. . |
SfPdf | Specifies the Syncfusion PDF rendering engine. |