This file is FREEWARE, one could distribute freely with all the files that they form PrnSetup.Zip
Content of PrnSetSR.zip

PrinterSetup.pas	// File of the TPrintSetup class.
Unit1.pas		// Project of Example for DELPHI 2.
Unit1.dfm		// Project of Example for DELPHI 2.
Project1.dpr		// Project of Example for DELPHI 2.
Project1.res		// Project of Example for DELPHI 2.
leeme.txt		// This file in Spanish
readme.txt		// This file in English

The TPrintSetup class permits the keep/ recover the configuration of the printer to/from a file.
Methods:
LoadFromFile (FileName);
SaveToFile (FileName);

Exceptions:
// generic Excepcion of the class
EPrinterSetup   
//It Derived of EPrinterSetup take place if the file is not been worth
EInvalidFile	
//It Derived of EPrinterSetup take place if the file doesn't exist
EFileNoExists
//Also one could produce:
// If memory is not gotten.
EOutOfMemory
// If any error takes place upon creating/ read/ write the file.
The defined exceptions by DELPHI for the errors of access to files.

Bugs:
It in some printers with the size of personalized paper don't keep the size of the paper correctly, but I believe that it is a Bug of the driver of the printer.
Detected in the following Drivers:
Generic Printer (Text Only) in WIN95.

Suggestions to:
fantasmacb@redestb.es
