Link Search Menu Expand Document

PasswordManagerCheckPassword Method

Verifies the password.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public bool CheckPassword(
	string password
)

Parameters

password
Type: SystemString
The password to check.

Return Value

Type: Boolean
true if the password is correct; otherwise, false.
See Also

Reference