PDF Viewer Control for ASP.NET Documentation

PdfViewerPdfSecurityOptions Property

PDF Viewer Control for ASP.NET
Gets a reference to the object to controlling the PDF document security settings like user and owner password, restrict printing or editing of the generated PDF document. The PDF document security settings are modified before the document is displayed by the viewer. The modified security settings are taking effect after the document is reloaded in the viewer control.

Namespace:  PdfViewer4AspNet
Assembly:  PdfViewerAspNet (in PdfViewerAspNet.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public PdfSecurityOptions PdfSecurityOptions { get; }

Property Value

Type: PdfSecurityOptions
See Also

Reference