Constructor Summary |
---|
PdfEncryptionDetails(userPassword, ownerPassword, encryptionAlgorithm)
Ctor. |
Property Getters/Setters Summary | ||
---|---|---|
function | getEncryptionAlgorithm() | |
function | setEncryptionAlgorithm(value) | |
Gets or sets the encryption mode. The value of the property is PdfEncryptionAlgorithm integer constant. | ||
function | getOwnerPassword() | |
function | setOwnerPassword(value) | |
Gets or sets the Owner password. | ||
function | getPermissions() | |
function | setPermissions(value) | |
Gets or sets the permissions. The value of the property is PdfPermissions integer constant. | ||
function | getUserPassword() | |
function | setUserPassword(value) | |
Gets or sets the User password. |
Constructor Detail |
---|
function PdfEncryptionDetails(userPassword, ownerPassword, encryptionAlgorithm)
encryptionAlgorithm
- A PdfEncryptionAlgorithm value.Property Getters/Setters Detail |
---|
getUserPassword/setUserPassword : String | |
function getUserPassword() / function setUserPassword(value) |
getOwnerPassword/setOwnerPassword : String | |
function getOwnerPassword() / function setOwnerPassword(value) |
getPermissions/setPermissions : Number | |
function getPermissions() / function setPermissions(value) |
getEncryptionAlgorithm/setEncryptionAlgorithm : Number | |
function getEncryptionAlgorithm() / function setEncryptionAlgorithm(value) |