Accusoft.PdfXpress7.Net
RemoveSecurity Method




Removes the Security of a Document that is secure.
Syntax
'Declaration
 
Public Sub RemoveSecurity() 
'Usage
 
Dim instance As Document
 
instance.RemoveSecurity()
public void RemoveSecurity()
public: void RemoveSecurity(); 
public:
void RemoveSecurity(); 
Exceptions
ExceptionDescription
PdfXpressExceptionSecurity has not been acquired for the document yet by calling GetSecurity or editing Security is not permitted. Security has recently been added to the document, it must be saved first. Security has recently been removed from the document, it must be saved first.
Remarks
Note: Once Security Settings have been removed, the document should be immediately saved and disposed of before being opened again or before the saved document is opened.
See Also

Reference

Document Class
Document Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback