home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PView.h -------------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Thu, Oct 12, 1995 @ 10:55 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PView__
- #define __PView__
-
-
-
- #include "PMTypes.h"
-
- class PView
- {
-
- public:
-
- PView(short nPercentage, PMBool bAllPages);
-
- private:
-
- PView();
- };
-
- #endif
-
- // end of PView.h
-