| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ASCIIPrintClass > AsciiPrintClass Properties >====== PrintPreview (print preview switch) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[filemgr asciifileclass object asciiprintclass .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[translator translatorclass object asciiprintclass .htm|{{btn_next_n.gif|Next page}}]] | | || | | **PrintPreview** | **BYTE** | {{blk2blue.jpg|blk2blue.jpg}} The **PrintPreview **property contains the print preview setting for the AsciiPrintClass object. A value of one (1 or True) initially "checks" the print preview box (default is preview); a value of zero (0 or False) "clears" the print preview box (default is no preview). **Implementation:** The Init method sets the PrintPreview property to false. The PrintLines method implements the action specified by the PrintPreview property. **See Also:     **[[init initialize the asciiprintclass object .htm|Init]], [[printlines print or preview specified lines .htm|PrintLines]]