The PrintModule function is used to print the designated graphic module to a set printer, which is used as follows. Unlike PrintModule, the printer selection dialog box is used when printing.
void @PrintModuleDialogBox(string module_name);
Parameter
string module_name : module file name to print
Return Value
None
@PrintModuleDialogBox("startup.modx");
Description : Print the startup.modx file to the printer selected in the dialog box.
Related Helps