mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Advanced page navigation
This commit is contained in:
@@ -150,7 +150,8 @@ public:
|
||||
FitWindow = 0x0008, ///< Resize window to fit first displayed page
|
||||
CenterWindow = 0x0010, ///< Position of the document's window should be centered on the screen
|
||||
DisplayDocTitle = 0x0020, ///< Display documents title instead of file name (introduced in PDF 1.4)
|
||||
PickTrayByPDFSize = 0x0040 ///< Pick tray by PDF size (printing option)
|
||||
PickTrayByPDFSize = 0x0040, ///< Pick tray by PDF size (printing option)
|
||||
EnforcePrintScaling = 0x0080 ///< Enforce print scaling settings
|
||||
};
|
||||
|
||||
Q_DECLARE_FLAGS(OptionFlags, OptionFlag)
|
||||
|
Reference in New Issue
Block a user