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 6.5 Help > Commands > File > Printer Styles


Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support