home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / pagemakerclasslibrary / commands / pview.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-04  |  499 b   |  31 lines

  1. /*
  2.  *--- PView.h -------------------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Thu, Oct 12, 1995 @ 10:55 PM by Paul Ferguson.
  5.  *
  6.  * Description:       
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PView__
  10. #define __PView__
  11.  
  12.  
  13.  
  14. #include "PMTypes.h"
  15.  
  16. class PView
  17. {
  18.  
  19. public:
  20.  
  21.     PView(short nPercentage, PMBool bAllPages);
  22.  
  23. private:
  24.  
  25.     PView();
  26. };
  27.  
  28. #endif
  29.  
  30. // end of PView.h
  31.