PdfWebControlLiteHideSaveButton Property |
Gets or sets a value indicating whether all save buttons in the
PdfWebControlLite viewer are hidden.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool HideSaveButton { get; set; }
Public Property HideSaveButton As Boolean
Get
Set
Property Value
Type:
Booleantrue if all save buttons are hidden; otherwise
false. The default is
false.
Remarks See Also