| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > PrintPreviewClass > PrintPreviewClass Methods >====== SetINIManager (save and restore window coordinates) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[open prepare preview window for display .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[setposition set initial preview window coordinates .htm|{{btn_next_n.gif|Next page}}]] | | || **SetINIManager( **//INI manager //**)** {{blk2blue.jpg|blk2blue.jpg}} | **SetINIManager** | Enables save and restore of preview window position and size between computing sessions. | | //INI manager// | The label of the INIClass object that saves and restores window coordinates. See //INI Class// for more information. | The **SetINIManager **method names an INIClass object to save and restore window coordinates between computing sessions. **Implementation:** The Open method uses the //INI manager// to restore the window's initial size and position. The TakeEvent method uses the //INI manager// to save the window's size and position. **Example:** **ThisWindow.Init PROCEDURE()** **  CODE** ** !procedure code** **  ThisWindow.Init(Process,report,Previewer)** **  Previewer.SetINIManager(INIMgr)** **See Also:     **[[open prepare preview window for display .htm|Open]], [[takeevent process all events printpreviewclass .htm|TakeEvent]]