| 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: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxprotected override void LoadControlState(
	Object savedState
)
Protected Overrides Sub LoadControlState ( 
	savedState As Object
)
Parameters
- savedState
- Type: SystemObject
 An Object that represents the control state to be restored.
 See Also
See Also