|
THotPDF.EnablePubKeyEncryption – metoda
|
Metody Další CryptKeyLength |
|
Switches document encryption to the PDF public-key security handler.
Syntaxe Delphi: procedure EnablePubKeyEncryption(const Seed: AnsiString; KeyType: THPDFKeyType = aes128; EncryptMetadata: Boolean = true);
Syntaxe C++: void __fastcall EnablePubKeyEncryption(System::AnsiString Seed, THPDFKeyType KeyType, bool EncryptMetadata);
Popis
Po této metodě použijte
Viz také: AddPubKeyRecipient, CryptKeyLength, ActivateProtection, PDF Filter Support |