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 rigths, etc

Definition

Namespace: Winnovative.PDFMerge
Assembly: WnvPdfMerge_NetCore (in WnvPdfMerge_NetCore.dll) Version: 14.0.0
C#
public PdfSecurityOptions SecurityOptions { get; }

Property Value

PdfSecurityOptions

See Also