/branches/Version13x/Scribus/scribus/pdfoptions.h |
---|
44,6 → 44,14 |
PDFVersion_X3 = 12, |
}; |
enum PDFPageLayout |
{ |
SinglePage = 0, |
OneColumn, |
TwoColumnLeft, |
TwoColumnRight |
}; |
/** |
* @author Craig Ringer |
* @brief Sanity check the options defined. |
111,6 → 119,12 |
QString PassOwner; |
QString PassUser; |
int Permissions; |
int PageLayout; |
bool displayBookmarks; |
bool displayThumbs; |
bool displayLayers; |
bool displayFullscreen; |
QString openAction; |
}; |
#endif |