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



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

Property Value

SecurityProvider object associated to the Document object if the document is protected with some security configuration; otherwise null.
Example
For the samples of Secure DjVu handling, see Handling Secure DjVu.
Requirements

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

See Also

Reference

Document Class
Document Members

Send Feedback