User Tools

Site Tools


syncimagequeue_sync_image_queue_with_pagestoprint_.htm
Navigation:  ABC Library Reference > PrintPreviewClass > PrintPreviewClass Methods >====== SyncImageQueue (sync image queue with PagesToPrint) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

SyncImageQueue, VIRTUAL

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

syncimagequeue_sync_image_queue_with_pagestoprint_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1