PRemovePrinterStyle

Removes the specified printer style.


Command constructor

PRemovePrinterStyle(const char * sPrinterStyle);
Name of printer style to remove (maximum of 31 characters)
Example. The following example queries for the names of all the printer styles and deletes the printer style Laser Legal.

PGetPrinterStyles(); // Reply: 4, "Laser Legal", "Laser Letter", "Lino Legal", "Lino Letter"
PRemovePrinterStyle("Laser legal");


See also

The PAddPrinterStyle and PPrinterStyle commands

The PGetPrinterStyles query

Adobe PageMaker 7.0 Help > Commands > File > Printer Styles


Comments or suggestions? Contact Adobe Developer Support
Copyright © 1997 - 2001 Adobe Systems Incorporated. All rights reserved.
Legal notices and trademark attributions