ICustomSecurityHandler.IsOwnerPassword

ICustomSecurityHandler.IsOwnerPassword method

Check if the password is the document owner’s password. The method is called after Initialize. The method call is used in the PDF API.

public bool IsOwnerPassword(string password)
ParameterTypeDescription
passwordStringThe password.

Return Value

True, if it is an owner password.

See Also