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: epmergepdf (in epmergepdf.dll) Version: 9.0
Syntaxpublic PdfSecurityOptions SecurityOptions { get; }Public ReadOnly Property SecurityOptions As PdfSecurityOptions
Get
Property Value
PdfSecurityOptions
See Also