AIAssetMgmt.h File Reference
#include "AITypes.h"
#include "IAIFilePath.hpp"
#include "AIHeaderBegin.h"
#include "AIHeaderEnd.h"
Go to the source code of this file.
Detailed Description
Define Documentation
| #define kAIAssetMgmtSuite "AI Asset Management Suite" |
| #define kAIAssetMgmtSuiteVersion kAIAssetMgmtSuiteVersion9 |
| #define kAIAssetMgmtSuiteVersion9 AIAPI_VERSION(9) |
| #define kAIAssetMgmtVersion kAIAssetMgmtSuiteVersion |
Typedef Documentation
The XMP session object, which allows you to manipulate metadata in the XMP buffer.
You must have XMP data to create a session object.
Enumeration Type Documentation
Metadata selectors for AIAssetMgmtSuite::UpdateDynamicMetadata(), controls the types of metadata that are updated.
- Enumerator:
| kAIXMPDefault |
Generate the default XMP metadata.
|
| kAIXMPPreserveDocumentID |
Preserve the original DocumentID (128-bit uuid), rather than creating a new one.
|
| kAIXMPNoPageInfo |
Do not generate page info metadata.
|
| kAIXMPNoDocumentSwatches |
Do not generate document swatches metadata.
|
| kAIXMPNoPlateUsages |
Do not generate ink plate usage data.
|
| kAIXMPNoUsedFonts |
Do not generate used-font metadata.
|
| kAIXMPNoThumbnail |
Do not generate XMP thumbnail metadata.
|