PrintPreview Method |
Switches the view to print preview.
[ JavaScript ]
document.getElementById("AceoffixCtrl1").PrintPreview()
When document is in Print Preview mode, do not call other methods or properties of AceoffixCtrl to avoid views conflict.
document.getElementById("AceoffixCtrl1").PrintPreview();