PDF Viewer Control for ASP.NET
PdfSecurityOptions Property
NamespacesPdfViewer4AspNetPdfViewerPdfSecurityOptions
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.
Declaration Syntax
C#Visual BasicVisual C++
public PdfSecurityOptions PdfSecurityOptions { get; }
Public ReadOnly Property PdfSecurityOptions As PdfSecurityOptions
public:
property PdfSecurityOptions^ PdfSecurityOptions {
	PdfSecurityOptions^ get ();
}

Assembly: PdfViewerAspNet (Module: PdfViewerAspNet) Version: 3.1.0.16909 (3.1.0.0)