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