PasswordType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class PasswordType extends System.Enum

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

Fields

FieldDescription
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.

None

public static final int None

Pdf document is not password protected.

User

public static final int User

Pdf document was opened using document open password (restricted access).

Owner

public static final int Owner

Pdf document was opened using change permissions password (full access).

Inaccessible

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.