PDFViewerViewSettingsBuilder

Methods

Type(System.String)

Defines the surface type. It accepts canvas or svg. This option is supported only for DPL.

Parameters

value - System.String

The value for Type

RETURNS

Returns the current PDFViewerViewSettingsBuilder instance.

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