Navigation:  ABC Library Reference > ASCIIPrintClass > AsciiPrintClass Properties >====== PrintPreview (print preview switch) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page
PrintPreview BYTE

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, PrintLines