Enum Algorithm
Algorithm enumeration
Represents algorithms which can be used to encrypt pdf document.
public enum Algorithm
Values
Name | Value | Description |
---|---|---|
RC4 | 0 | RC4 algorithm. |
AES | 1 | AES algorithm. |
See Also
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF