RAD PDF Documentation
print Method
See Also  Send Feedback

Print the document currently open in the PdfWebControl instance.

Syntax

CopyJavaScript
function print();

Parameters

None

Return Value

Type: Boolean

Returns true if successful.

Returns false if fails.

Remarks

This method will start the print dialog, however it can not ensure that the client does print the PDF.

Examples

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

See Also

Other Resources

PdfWebControlApi Methods

Send comments on this topic to sales@ctdeveloping.com

Copyright CTdeveloping, LLC