Click or drag to resize

PdfWebControlLiteUndoLevels Property

Gets or sets a value indicating the number of undo levels in this PdfWebControlLite.

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

Property Value

Type: Int32

The number of undo levels (maximum undos) available to user; 0 disables all undos.

The default is 100.

Remarks

Reducing the maximum level of undos reduces the memory foot print of RAD PDF in the browser. This may be helpful for old browsers or extremely large documents.

See Also