\Kendo\UI\PDFViewerView

A PHP class representing the view setting of PDFViewer.

Methods

type

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

Returns

\Kendo\UI\PDFViewerView

Parameters

$value string

Example

<?php
$view = new \Kendo\UI\PDFViewerView();
$view->type('value');
?>
In this article
Not finding the help you need?