home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PPrintOptions.h -----------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PPrintOptions__
- #define __PPrintOptions__
-
- #include "PMTypes.h"
-
- class PPrintOptions
- {
-
- public:
-
- PPrintOptions
- ( short cScaleType,
- short nVal,
- short cDuplex,
- PMBool bMarks,
- PMBool bPageInfo,
- short cTiling,
- long xOverlap );
-
- private:
-
- PPrintOptions();
- };
-
- #endif
-
- // end of PPrintOptions.h
-