PdfWebControlOnClientLoad Property |
Gets or sets a value indicating a client side script to execute on load.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.40.0.0 (3.40.0.0)
Syntaxpublic string OnClientLoad { get; set; }
Public Property OnClientLoad As String
Get
Set
Property Value
Type:
StringJavaScript to execute on
PdfWebControl load.
Remarks
Use of this in this statement will refer to a Client API instance of the PdfWebControlApi.
See Also