home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PImport.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 __PImport__
- #define __PImport__
-
- #include "PMTypes.h"
-
- class PRequestBuf;
-
- class PImport
- {
-
- public:
-
- PImport
- ( const char * fFilename,
- short cAsWhat,
- short bRetain = true,
- short bConvert = true,
- short bTags = true,
- short bRetainCrop = false);
-
- PImport
- ( const char * fFilename,
- short cAsWhat,
- short bRetain,
- short bConvert,
- short bTags,
- short bRetainCrop,
- PRequestBuf& filters );
-
- private:
-
- PImport();
- };
-
- #endif
-
- // end of PImport.h
-