Click or drag to resize

PdfWebControlLiteCollapseTools Property

Gets or sets a value indicating whether the tools dialog can collapse and drop down when in use in the PdfWebControlLite viewer.

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

Property Value

Type: Boolean
true 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