PdfWebControlCollapseTools Property |
Gets or sets a value indicating whether the tools dialog can collapse and drop down when in use in the
PdfWebControl viewer.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool CollapseTools { get; set; }
Public Property CollapseTools As Boolean
Get
Set
Property Value
Type:
Booleantrue if the tools dialog can collapse; otherwise
false. The default is
false.
Remarks
If true, the tools drop down is collapsed by default.
See Also Reference
PdfWebControlCollapseTools