Using a Script to Access the Print Settings
You can use a script to display the print settings for a Mimic. When a user selects the relevant Mimic item, the Windows Print window is displayed. They can use the Print window to define the print settings and initiate a print-out of the Mimic.
The script for accessing the print settings is Mimic.Print.
Example:
Public Function PrintMimic
Mimic.Print
End Function