PDFMergeSecurityOptions Property |
Gets the PDF security options object of the merged PDF document. This object properties
allow the control of the merged document encryption, password protection, print and copy rights, etc
Namespace: ExpertPdf.MergePdfAssembly: ExpertPdf.MergePdf (in ExpertPdf.MergePdf.dll) Version: 4.2
Syntaxpublic PdfSecurityOptions SecurityOptions { get; }
Public ReadOnly Property SecurityOptions As PdfSecurityOptions
Get
Property Value
Type:
PdfSecurityOptions
See Also