Click or drag to resize
PrintPreview Method

Switches the view to print preview.

Syntax

[ JavaScript ]

document.getElementById("AceoffixCtrl1").PrintPreview()

Parameters
No parameters.
Return Value
No return value.
Remarks

When document is in Print Preview mode, do not call other methods or properties of AceoffixCtrl to avoid views conflict.

Example
JavaScript
document.getElementById("AceoffixCtrl1").PrintPreview();
See Also