| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > PrintPreviewClass > PrintPreviewClass Methods >====== SyncImageQueue (sync image queue with PagesToPrint) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[setdefaultpages set the default pages to print .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[takeaccepted process event accepted events printpreviewclass .htm|{{btn_next_n.gif|Next page}}]] | | || **SyncImageQueue, VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} The **SyncImageQueue** method synconizes the image queue with the contents of PagesToPrint to ensure that only the specified pages are sent to the printer. **Implementation:** The Display method calls the SyncImageQueue method. The value contained in the PagesToPrint property determines which pages are printed. **Example:** **PrintPreviewClass.Display PROCEDURE** **! Window declaration** **! executable Display code** **  IF SELF.PrintOk** **    SELF.SyncImageQueue** **  END** **  RETURN SELF.PrintOK** **See Also:**     [[pagestoprint the pages to print .htm|PagesToPrint]]