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:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
Syntaxpublic PdfEncryptionAlgorithm EncryptionAlgorithm { get; set; }Public Property EncryptionAlgorithm As PdfEncryptionAlgorithm
	Get
	Set
Property Value
Type: 
PdfEncryptionAlgorithm
See Also