PdfDocument.Unlock(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to unlock the document with the specified password
, returning true
on success.
[Foundation.Export("unlockWithPassword:")]
public virtual bool Unlock (string password);
abstract member Unlock : string -> bool
override this.Unlock : string -> bool
Parameters
- password
- String
The password to use to unlock the document.
Returns
- Attributes