Engauge Digitizer  2
ImportCropping.h
1 /******************************************************************************************************
2  * (C) 2016 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3  * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4  * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5  ******************************************************************************************************/
6 
7 #ifndef IMPORT_CROPPING_H
8 #define IMPORT_CROPPING_H
9 
10 enum ImportCropping
11 {
12  IMPORT_CROPPING_NEVER,
13  IMPORT_CROPPING_MULTIPAGE_PDFS,
14  IMPORT_CROPPING_ALWAYS,
15  NUMBER_IMPORT_CROPPING
16 };
17 
18 extern const ImportCropping DEFAULT_IMPORT_CROPPING;
19 
20 #endif // IMPORT_CROPPING_H