TdxPDFSecurityOptions.Algorithm Property
Specifies the active document encryption algorithm.
#Declaration
property Algorithm: TdxPDFEncryptionAlgorithmType read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Enumerates types of algorithms used to encrypt PDF documents. |
#Remarks
Use this property to switch between available document encryption algorithms. Refer to the TdxPDFEncryptionAlgorithmType type description for detailed information on available algorithms.
Important
The current implementation of the PDF document‘s Save
The Algorithm property’s default value is eatRC128Bit.