PdfDocumentSecurityEncryptionAlgorithm Property |
Gets or sets a value representing the encryption algorithm which should be used when saving the output PDF, if a
UserPassword is set for the document.
Namespace:
RadPdf.Data.Document
Assembly:
RadPdf (in RadPdf.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic PdfEncryptionAlgorithm EncryptionAlgorithm { get; set; }
Public Property EncryptionAlgorithm As PdfEncryptionAlgorithm
Get
Set
Property Value
Type:
PdfEncryptionAlgorithm
See Also