alexa

    Show / Hide Table of Contents

    Enum PdfRenderingEngine

    Defines the constants that specify the rendering modes for PDF viewer. Default value is Pdfium.

    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.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

    Specifies 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.

    Back to top Generated by DocFX