Accusoft.PdfXpressSdk Namespace > Document Class : RemoveSecurity Method |
'Declaration Public Sub RemoveSecurity()
'Usage Dim instance As Document instance.RemoveSecurity()
public void RemoveSecurity()
public: void RemoveSecurity();
public: void RemoveSecurity();
Exception | Description |
---|---|
PdfXpressException | Security 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. |