PdfDocument.Unlock(String) Method

Definition

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

Applies to