00001 /****************************************************************************************************** 00002 * (C) 2016 markummitchell@github.com. This file is part of Engauge Digitizer, which is released * 00003 * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file * 00004 * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. * 00005 ******************************************************************************************************/ 00006 00007 #ifndef IMPORT_CROPPING_H 00008 #define IMPORT_CROPPING_H 00009 00010 enum ImportCropping 00011 { 00012 IMPORT_CROPPING_NEVER, 00013 IMPORT_CROPPING_MULTIPAGE_PDFS, 00014 IMPORT_CROPPING_ALWAYS, 00015 NUMBER_IMPORT_CROPPING 00016 }; 00017 00018 extern const ImportCropping DEFAULT_IMPORT_CROPPING; 00019 00020 #endif // IMPORT_CROPPING_H