LayOut C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Variables
documentexportoptions.h File Reference

Go to the source code of this file.

Variables

const char *const LOExportOption_FileLocation = "lo_export_file_location"
 Dictionary key to use when specifying the file location for export. More...
 
const char *const LOExportOption_StartPage = "start_page"
 Dictionary key to use when specifying the start page option for LODocumentExportToPDF or LODocumentExportToImageSet. More...
 
const char *const LOExportOption_EndPage = "end_page"
 Dictionary key to use when specifying the end page option for LODocumentExportToPDF or LODocumentExportToImageSet. More...
 
const char *const LOExportOption_OutputResolution = "output_resolution"
 Dictionary key to use when specifying the output resolution option for LODocumentExportToPDF. More...
 
const char *const LOExportOption_CompressImages = "compress_images"
 Dictionary key to use when specifying the compress images option for LODocumentExportToPDF. More...
 
const char *const LOExportOption_ImageCompressionQuality = "compress_quality"
 Dictionary key to use when specifying the image compression quality option for LODocumentExportToPDF. More...
 
const char *const LOExportOption_DPI = "dpi"
 Dictionary key to use when specifying the image DPI option for LODocumentExportToImageSet. More...
 

Variable Documentation

const char* const LOExportOption_CompressImages = "compress_images"

Dictionary key to use when specifying the compress images option for LODocumentExportToPDF.

const char* const LOExportOption_DPI = "dpi"

Dictionary key to use when specifying the image DPI option for LODocumentExportToImageSet.

const char* const LOExportOption_EndPage = "end_page"

Dictionary key to use when specifying the end page option for LODocumentExportToPDF or LODocumentExportToImageSet.

const char* const LOExportOption_FileLocation = "lo_export_file_location"

Dictionary key to use when specifying the file location for export.

const char* const LOExportOption_ImageCompressionQuality = "compress_quality"

Dictionary key to use when specifying the image compression quality option for LODocumentExportToPDF.

const char* const LOExportOption_OutputResolution = "output_resolution"

Dictionary key to use when specifying the output resolution option for LODocumentExportToPDF.

const char* const LOExportOption_StartPage = "start_page"

Dictionary key to use when specifying the start page option for LODocumentExportToPDF or LODocumentExportToImageSet.