PDFView4NET WinForms Edition
SecurityManager Property




O2S.Components.PDFView4NET Namespace > PDFDocument Class : SecurityManager Property
Gets o sets the document's security manager.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DefaultValueAttribute("")>
Public Property SecurityManager As PDFSecurityManager
'Usage
 
Dim instance As PDFDocument
Dim value As PDFSecurityManager
 
instance.SecurityManager = value
 
value = instance.SecurityManager
[Browsable(false)]
[DefaultValue("")]
public PDFSecurityManager SecurityManager {get; set;}
[Browsable(false)]
[DefaultValue("")]
public: __property PDFSecurityManager* get_SecurityManager();
public: __property void set_SecurityManager( 
   PDFSecurityManager* value
);
[Browsable(false)]
[DefaultValue("")]
public:
property PDFSecurityManager^ SecurityManager {
   PDFSecurityManager^ get();
   void set (    PDFSecurityManager^ value);
}

Property Value

The security manager used for encrypting the document content and for applying restrictions on the document.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDocument Class
PDFDocument Members