|
THotPDF.EnablePubKeyEncryption
|
메서드 다음 CryptKeyLength |
|
Switches document encryption to the PDF public-key security handler.
Delphi 구문: procedure EnablePubKeyEncryption(const Seed: AnsiString; KeyType: THPDFKeyType = aes128; EncryptMetadata: Boolean = true);
C++ 구문: void __fastcall EnablePubKeyEncryption(System::AnsiString Seed, THPDFKeyType KeyType, bool EncryptMetadata);
설명
각 recipient에 대해 이 method 뒤에
참조: AddPubKeyRecipient, CryptKeyLength, ActivateProtection, PDF Filter Support |