Click or drag to resize
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.MergePdf
Assembly: ExpertPdf.MergePdf (in ExpertPdf.MergePdf.dll) Version: 4.2
Syntax
public PdfSecurityOptions SecurityOptions { get; }

Property Value

Type: PdfSecurityOptions
See Also