PdfWebControlLiteSaveControlState Method |
Saves any server control state changes that have occurred since the time the page was posted back to the server.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax protected override Object SaveControlState()
Protected Overrides Function SaveControlState As Object
Return Value
Type:
ObjectReturns the server control's current state. If there is no state associated with the control, this method returns
null (
Nothing in Visual Basic).
See Also