Aspose::Pdf::Security::ICustomSecurityHandler::IsOwnerPassword method
ICustomSecurityHandler::IsOwnerPassword method
Check if the password is the document owner’s password. The method is called after Initialize. The method call is used in the PDF API.
virtual bool Aspose::Pdf::Security::ICustomSecurityHandler::IsOwnerPassword(System::String password)=0
| Parameter | Type | Description |
|---|---|---|
| password | System::String | The password. |
ReturnValue
True, if it is an owner password.
See Also
- Class String
- Class ICustomSecurityHandler
- Namespace Aspose::Pdf::Security
- Library Aspose.PDF for C++