Engauge Digitizer
2
Import
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
Generated on Sat Oct 21 2017 12:50:39 for Engauge Digitizer by
1.8.13