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)设置用户密码。

另见