MetadataPreference
Metadata preferences.
MetadataPreference Properties
| Property |
Type |
Access |
Description |
| Author |
String |
r/w |
Document author. |
| CopyrightInfoURL |
String |
r/w |
Copyright statement URL. |
| CopyrightNotice |
String |
r/w |
Copyright text. |
| CopyrightStatus |
idCopyrightStatus enumeration |
r/w |
Copyright status of the document. |
| CreationDate |
Date |
read |
Document creation date. |
| Creator |
String |
read |
The application that created the document. |
| Description |
String |
r/w |
Description. |
| DocumentTitle |
String |
r/w |
The document title. |
| Format |
String |
read |
The document format. |
| JobName |
String |
r/w |
Customer-assigned job name. |
| Keywords |
Array of Strings |
r/w |
Keyword list. |
| ModificationDate |
Date |
read |
Document modification date. |
| Parent |
Object |
read |
The parent of the object. |
| ServerURL |
String |
read |
Location of the document on asset management server. |
MetadataPreference Methods
| Method |
Returns |
Description |
| Append |
Nothing |
Read information from external file and append to current metadata. |
| CountContainer |
Long |
Count the number of items in the container. |
| CreateContainerItem |
Nothing |
Create an empty container item. |
| GetProperty |
String |
Get the XMP property value associated with the given path. |
| Replace |
Nothing |
Read information from external file and replace current metadata. |
| Save |
Nothing |
Save information to file. |
| SetProperty |
Nothing |
Set the XMP property associated with the given path. |