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++