LayOut C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
documentexportoptions.h
Go to the documentation of this file.
1 // Copyright 2015 Trimble Navigation Ltd. All rights reserved.
2 // This file is intended for public distribution.
3 
4 #ifndef LAYOUT_MODEL_DOCUMENTEXPORTOPTIONS_H_
5 #define LAYOUT_MODEL_DOCUMENTEXPORTOPTIONS_H_
6 
10 const char* const LOExportOption_FileLocation = "lo_export_file_location";
11 
16 const char* const LOExportOption_StartPage = "start_page";
17 
22 const char* const LOExportOption_EndPage = "end_page";
23 
28 const char* const LOExportOption_OutputResolution = "output_resolution";
29 
34 const char* const LOExportOption_CompressImages = "compress_images";
35 
40 const char* const LOExportOption_ImageCompressionQuality = "compress_quality";
41 
46 const char* const LOExportOption_DPI = "dpi";
47 
48 #endif // #define LAYOUT_MODEL_DOCUMENTEXPORTOPTIONS_H_