|
THotPDF.EnablePubKeyEncryption
|
מתודות הבא CryptKeyLength |
|
Switches document encryption to the PDF public-key security handler.
Delphi syntax: procedure EnablePubKeyEncryption(const Seed: AnsiString; KeyType: THPDFKeyType = aes128; EncryptMetadata: Boolean = true);
C++ syntax: void __fastcall EnablePubKeyEncryption(System::AnsiString Seed, THPDFKeyType KeyType, bool EncryptMetadata);
תיאור
השתמש ב-
See also: AddPubKeyRecipient, CryptKeyLength, ActivateProtection, PDF Filter Support |