RAD PDF Documentation
refresh Method
See Also  Send Feedback

Refresh the PdfWebControl instance.

Syntax

CopyJavaScript
function refresh();

Parameters

None

Return Value

Type: Boolean

Returns true if successful.

Returns false if fails.

Remarks

This method is useful if the PdfWebControl object if resized by other client side JavaScript.

Examples

CopyJavaScript
var myApi = new PdfWebControlApi("PdfWebControl1"); // where "PdfWebControl1" is the ID (ClientID) assigned to the PdfWebControl instance
myApi.refresh(); //this will refresh the PdfWebControl viewer

See Also

Other Resources

PdfWebControlApi Methods

Send comments on this topic to sales@ctdeveloping.com

Copyright CTdeveloping, LLC