diff options
author | suhail95 <suhailkhan408.sk@gmail.com> | 2023-12-21 17:04:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 17:04:03 +0530 |
commit | 5f6fe44f19842ae43dedc3da3fd5d5dafb29e501 (patch) | |
tree | 91185dc41ca6a319985bf82bf7ccc7afdcbe7458 /public/include/XMP_Const.h | |
parent | e0955b272ab6035b2921fa2c649aca5ecfe5ab81 (diff) |
Integration for December 2023 release (#85)
Diffstat (limited to 'public/include/XMP_Const.h')
-rw-r--r-- | public/include/XMP_Const.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/public/include/XMP_Const.h b/public/include/XMP_Const.h index 21230a0..b14d193 100644 --- a/public/include/XMP_Const.h +++ b/public/include/XMP_Const.h @@ -1198,7 +1198,10 @@ enum { kXMPFiles_OpenRepairFile = 0x00000100, /// When updating a file, spend the effort necessary to optimize file layout. - kXMPFiles_OptimizeFileLayout = 0x00000200 + kXMPFiles_OptimizeFileLayout = 0x00000200, + + /// When updating a PDF preserve state of document + kXMPFiles_PreservePDFState = 0x00000400 }; |