File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Document-Processing/PDF/PDF-Viewer/asp-net-mvc/toolbar Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -20,24 +20,23 @@ Show or hide the toolbar using the `enableToolbar` property:
2020
2121{% tabs %}
2222{% highlight html tabtitle="Standalone" %}
23- ``` html
23+
2424<div style =" width :100% ;height :600px " >
2525 @Html.EJS().PdfViewer("pdfviewer").EnableToolbar(false).DocumentPath("https://cdn.syncfusion.com/content/pdf/hive-succinctly.pdf").Render()
2626</div >
27- ```
27+
2828{% endhighlight %}
2929{% highlight html tabtitle="Server-Backed" %}
30- ``` html
3130 <div style =" width :100% ;height :600px " >
3231 @Html .EJS().PdfViewer("pdfviewer").ServiceUrl(VirtualPathUtility.ToAbsolute("~ /api/PdfViewer/")).EnableToolbar(false).DocumentPath("https://cdn.syncfusion.com/content/pdf/hive-succinctly.pdf").Render()
3332 </div >
34- ```
33+
3534{% endhighlight %}
3635{% endtabs %}
3736
3837The following code snippet explains how to show or hide the toolbar using the ` showToolbar ` method.
3938
40- {{ % tabs %}
39+ {% tabs %}
4140{% highlight cshtml tabtitle="Standalone" %}
4241
4342<div id =" e-pv-e-sign-pdfViewer-div " >
You can’t perform that action at this time.
0 commit comments