INTEGRATION: CWS emptypage (1.10.50); FILE MERGED

2005/12/14 08:07:20 fme 1.10.50.2: #b6354161# Feature - Print empty pages - property is optional
2005/12/13 15:16:04 fme 1.10.50.1: #b6354161# Feature - Print empty pages
This commit is contained in:
Oliver Bolte 2005-12-21 14:19:14 +00:00
parent a2c8e88278
commit 193ac27dd3

View file

@ -4,9 +4,9 @@
*
* $RCSfile: PrintSettings.idl,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: rt $ $Date: 2005-09-08 06:21:14 $
* last change: $Author: obo $ $Date: 2005-12-21 15:19:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -148,6 +148,11 @@ published service PrintSettings
*/
[property] boolean PrintBlackFonts;
//-------------------------------------------------------------------------
/** determines if automatically inserted empty pages are printed.
*/
[optional, property] boolean PrintEmptyPages;
};
//=============================================================================