Click or drag to resize

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)
Syntax
public string OnClientLoad { get; set; }

Property Value

Type: String
JavaScript to execute on PdfWebControl load.
Remarks

Use of this in this statement will refer to a Client API instance of the PdfWebControlApi.

See Also