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)ユーザーパスワードを設定します。

参照