Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
protected override Object SaveControlState()

Return Value

Type: Object
Returns 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