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



Gets PropertySet object associated to the document.
Syntax
Public ReadOnly Property PropertySet As PropertySet
Dim instance As SecurityProvider
Dim value As PropertySet
 
value = instance.PropertySet
public PropertySet PropertySet {get;}
public:
property PropertySet^ PropertySet {
   PropertySet^ get();
}

Property Value

PropertySet object associated to the document.

Remarks

The object stores information about the document; expiry or any other textual information directly associated to the document. For the privileges/properties for users, use UserPropertySets Property.

Requirements

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

See Also

Reference

SecurityProvider Class
SecurityProvider Members

Send Feedback