Cuminas DjVu SDK for .NET Framework
XMP Property



Gets/Sets XMP metadata.
Syntax
Public Property XMP As String
Dim instance As Annotation
Dim value As String
 
instance.XMP = value
 
value = instance.XMP
public string XMP {get; set;}
public:
property String^ XMP {
   String^ get();
   void set (    String^ value);
}
Remarks

Although the DjVu structure allows you to add XMP metadata on either page level or document level, the current applications only uses the document level (shared annotation level) properties only. The page level metadata are only used if the document is just a single page DjVu file.

The XMP metadata is not automatically reflected to PropertieySet. The synchronization of the metadata containers are up to your code.

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Annotation Class
Annotation Members
PropertySet Property

Send Feedback