Click or drag to resize

PdfWebControlLiteLoadControlState Method

Restores control-state information from a previous page request that was saved by the SaveControlState method.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
protected override void LoadControlState(
	Object savedState
)

Parameters

savedState
Type: SystemObject
An Object that represents the control state to be restored.
See Also