PasswordType

PasswordType enumeration

This enum represents known password types used for password protected pdf documents.

Members

Member nameDescription
NONEPdf document is not password protected.
USERPdf document was opened using document open password (restricted access).
OWNERPdf document was opened using change permissions password (full access).
INACCESSIBLEPdf document is password protected but both user and owner passwords are not empty and
none of the passwords was defined or supplied password was incorrect. So it impossible to deduce the type of the password.

See Also