PDFViewerViewSettingsBuilder

Methods

Type(System.String)

Defines the surface type. It accepts 'canvas' or 'svg'. This setting is available only for DPL Processing.

Parameters

value - System.String

The value that configures the type.

Example

Razor
 
            @(Html.Kendo().PDFViewer()
               .Name("pdfviewer")
               .View(view => view.Type("svg"))
             )
             
In this article
MethodsType(System.String)
Not finding the help you need?
Contact Support