Aspose::Page::XPS::Presentation::Pdf::PdfEncryptionDetails 类
PdfEncryptionDetails class
包含 PDF 加密的详细信息。
class PdfEncryptionDetails : public System::Object
方法
| 方法 | 描述 |
|---|---|
| get_EncryptionAlgorithm() const | 获取加密模式。 |
| get_OwnerPassword() const | 获取所有者密码。 |
| get_Permissions() const | 获取权限。 |
| get_UserPassword() const | 获取用户密码。 |
| PdfEncryptionDetails(System::String, System::String, int32_t, PdfEncryptionAlgorithm) | 初始化 PdfEncryptionDetailsCore 类的新实例。 |
| set_EncryptionAlgorithm(PdfEncryptionAlgorithm) | 设置加密模式。 |
| set_OwnerPassword(System::String) | 设置所有者密码。 |
| set_Permissions(int32_t) | 设置权限。 |
| set_UserPassword(System::String) | 设置用户密码。 |
另见
- Class Object
- Namespace Aspose::Page::XPS::Presentation::Pdf
- Library Aspose.Page for C++