public final class PasswordType
extends com.aspose.ms.System.Enum
This enum represents known password types used for password protected pdf documents.
Modifier and Type | Field and Description |
---|---|
static int |
Inaccessible
Pdf 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.
|
static int |
None
Pdf document is not password protected.
|
static int |
Owner
Pdf document was opened using change permissions password (full access).
|
static int |
User
Pdf document was opened using document open password (restricted access).
|
public static final int None
Pdf document is not password protected.
public static final int User
Pdf document was opened using document open password (restricted access).
public static final int Owner
Pdf document was opened using change permissions password (full access).
public static final int Inaccessible
Pdf 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.