Click or drag to resize

PdfWebControlLiteHideDownloadButton Property

Gets or sets a value indicating whether all download buttons in the PdfWebControlLite viewer are hidden.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool HideDownloadButton { get; set; }

Property Value

Type: Boolean
true if all download buttons are hidden; otherwise false. The default is false.
Remarks