Use128Bit Property (PdfExportOptions)
In This Topic
Specifies if the export should use 128Bit encryption when using the PDF Viewer type and the Encrypt property is set to true.
Syntax
'Declaration
Public Property Use128Bit As Boolean
public bool Use128Bit {get; set;}
Property Value
A
System.Boolean value.
true
if 128-bit encryption should be used; otherwise,
false
.
See Also