PDFViewerToolbarSettingsItemFactory

Methods

Add()

Adds an item to the collection

RETURNS

Returns a PDFViewerToolbarSettingsItemBuilder with the available configuration options.

Add(System.String)

Adds an item to the ToolBar.

Parameters

toolName - System.String

The value that configures the tool name.

Example

Razor
 
            @(Html.Kendo().PDFViewer()
               .Name("pdfviewer")
               .Toolbar(toolbar =>
                    toolbar.Items(items =>
                    {
                        items.Add("pager");
                    })
                )
             )
             
In this article
MethodsAdd()Add(System.String)
Not finding the help you need?
Contact Support