[]
        
(Showing Draft Content)

C1.WPF.PdfViewer.RenderMode

RenderMode Enum

Determines to use ComponentOne API to render pdf file or special mode to render all text in pdf with Microsoft TextBlock.

Namespace: C1.WPF.PdfViewer
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public enum RenderMode

Fields

Name Description
Default

Use ComponentOne API to render pdf file.

Extended

Use ComponentOne API to render all the text in pdf file as native TextBlock.