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