EncryptionStatus
Document properties, Security and Signatures
Version history
This function was renamed in Quick PDF Library version 7.11.
The function name in earlier versions was Encrypted.
Description
Determines the encryption status of the selected document.
Syntax
Delphi
function TQuickPDF0813.EncryptionStatus: Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::EncryptionStatus As Long
DLL
int QuickPDFEncryptionStatus(int InstanceID)
Return values
| 0 | The selected document is not encrypted |
| 1 | The document is encrypted with Adobe "Standard" encryption |
| 2 | The document is encrypted with an unknown encryption |