home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PPrintInk.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 __PPrintInk__
- #define __PPrintInk__
-
- #include "PMTypes.h"
-
-
- class PPrintInk
- {
-
- public:
-
- PPrintInk
- ( const char * sName,
- PMBool bPrintInk,
- const char * sAngle,
- const char * sRuling );
-
- private:
-
- PPrintInk();
- };
-
- #endif
-
- // end of PPrintInk.h
-