]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-file-exporter.h
Use poppler_page_render_for_printing() instead of poppler_page_render() if
[evince.git] / libdocument / ev-file-exporter.h
index ab1daee416cfc822243640dd5486ed49d8306ef8..c05ea27d966e3edbdb38378899b750f28c23ce2b 100644 (file)
@@ -47,21 +47,15 @@ typedef enum {
        EV_FILE_EXPORTER_CAN_NUMBER_UP    = 1 << 8
 } EvFileExporterCapabilities;
 
-typedef enum {
-       EV_FILE_EXPORTER_PORTRAIT,
-       EV_FILE_EXPORTER_LANDSCAPE
-} EvFileExporterOrientation;
-
 typedef struct {
-       EvFileExporterFormat      format;
-       const gchar              *filename;
-       gint                      first_page;
-       gint                      last_page;
-       gdouble                   paper_width;
-       gdouble                   paper_height;
-       EvFileExporterOrientation orientation;
-       gboolean                  duplex;
-       gint                      pages_per_sheet;
+       EvFileExporterFormat format;
+       const gchar         *filename;
+       gint                 first_page;
+       gint                 last_page;
+       gdouble              paper_width;
+       gdouble              paper_height;
+       gboolean             duplex;
+       gint                 pages_per_sheet;
 } EvFileExporterContext;
 
 #define EV_TYPE_FILE_EXPORTER            (ev_file_exporter_get_type ())