Click or drag to resize

PdfWebControlLiteLoadViewState Method

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

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

Parameters

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