Document
UnWriteProtection Method
|
Removes the write protection from a document by clearing the password and disabling the read-only recommendation.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void UnWriteProtection()
Public Sub UnWriteProtection
public:
void UnWriteProtection()
member UnWriteProtection : unit -> unit
See Also