LayOut C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
documentexportoptions.h
Go to the documentation of this file.
1 // Copyright 2015-2024 Trimble Inc. 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 
31 const char* const LOExportOption_PageRange = "page_range";
32 
42 const char* const LOExportOption_PageRangeType = "page_range_type";
43 
50 
58 const char* const LOExportOption_OutputResolution = "output_resolution";
59 
64 const char* const LOExportOption_CompressImages = "compress_images";
65 
70 const char* const LOExportOption_ImageCompressionQuality = "compress_quality";
71 
76 const char* const LOExportOption_DPI = "dpi";
77 
78 #endif // #define LAYOUT_MODEL_DOCUMENTEXPORTOPTIONS_H_