EncryptionType Property (PdfSecurityOptions)
In This Topic
Gets or sets the PDF encryption type. The default is standart 40 bit.
Syntax
'Declaration
Public Property EncryptionType As C1.C1Pdf.PdfEncryptionType
public C1.C1Pdf.PdfEncryptionType EncryptionType {get; set;}
See Also