New to Telerik UI for ASP.NET MVC? Download free 30-day trial

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


            @(Html.Kendo().PDFViewer()
               .Name("pdfviewer")
               .View(view => view.Type("svg"))
             )

In this article
Not finding the help you need?