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:  epmergepdf (in epmergepdf.dll) Version: 7.0
Syntax
public PdfSecurityOptions SecurityOptions { get; }

Property Value

Type: PdfSecurityOptions
See Also