Aspose::Pdf::Facades::Algorithm enum

Algorithm enum

Represents algorithms which can be used to encrypt pdf document.

enum class Algorithm

Values

NameValueDescription
RC40RC4 algorithm.
AES1AES algorithm.

See Also