Click or drag to resize

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: 3.44.0.0 (3.44.0.0)
Syntax
public PdfEncryptionAlgorithm EncryptionAlgorithm { get; set; }

Property Value

Type: PdfEncryptionAlgorithm
See Also