Cuminas DjVu SDK for .NET Framework
CreateEditableCopy Method



Creates a copy of a SecurityProvider object for editing purpose.
Syntax
Public Function CreateEditableCopy() As SecurityProvider
Dim instance As SecurityProvider
Dim value As SecurityProvider
 
value = instance.CreateEditableCopy()
public SecurityProvider CreateEditableCopy()
public:
SecurityProvider^ CreateEditableCopy(); 

Return Value

Newly created SecurityProvider object.
Remarks

The SecurityProvider object associated to a loaded Document object describes the security configuration just loaded from the file and it's not modifiable. If you want to modify the configuration to save the Document object,  you should firstly create a editable copy of it.

For 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

SecurityProvider Class
SecurityProvider Members
Handling Secure DjVu

Send Feedback