PdfWebControlHideBottomBar Property |
Gets or sets a value indicating whether the bottom tool bar (which contains the search box and page navigation buttons) in the
PdfWebControl viewer is hidden.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool HideBottomBar { get; set; }
Public Property HideBottomBar As Boolean
Get
Set
Property Value
Type:
Booleantrue if the bottom tool bar is hidden; otherwise
false. The default is
false.
Remarks
See Also