Click or drag to resize

PdfWebControlShowPreferences Property

Gets or sets a value indicating whether the preferences option in the PdfWebControl viewer is shown in the file menu dropdown.

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

Property Value

Type: Boolean
true if the view menu button is hidden; otherwise false. The default is false.
Remarks