RAD PDF Documentation
download Method
See Also  Send Feedback

Download the document currently open in the PdfWebControl instance.

Syntax

CopyJavaScript
function download();

Parameters

None

Return Value

Type: Boolean

Returns true if successful.

Returns false if fails.

Remarks

This method will start the download process asynchronously, however it does not wait for the download to complete.

Examples

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

See Also

Other Resources

PdfWebControlApi Methods

Send comments on this topic to sales@ctdeveloping.com

Copyright CTdeveloping, LLC