TWPSuperPrintMode Type

Unit
WPCTRPrint

Declaration

TWPSuperPrintMode = (
    wpprMultiPage,  // works like wpprLabels but does not create copies fo same page. Used to save paper
    wpprLabels,     // Simple printing mode. The property 'Copies' will create multiple copies of the same page
    wpprPageColRows,// The page height/width is calculated using col*row the page size
    wpprBooklet     // wpprPageColRows + special swaping of page order
    );


Copyright (C) by WPCUBED GmbH - Munich
http://www.wpcubed.com