Cuminas DjVu SDK for .NET Framework
PropertySet Property (Annotation)



Properties associated to a page or a document.
Syntax
Public Property PropertySet As AnnoPropertySet
Dim instance As Annotation
Dim value As AnnoPropertySet
 
instance.PropertySet = value
 
value = instance.PropertySet
public AnnoPropertySet PropertySet {get; set;}
public:
property AnnoPropertySet^ PropertySet {
   AnnoPropertySet^ get();
   void set (    AnnoPropertySet^ value);
}
Remarks

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

The properties are not automatically reflected to XMP. 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
XMP Property

Send Feedback