PDFView4NET WinForms Edition
AllowModifyDocument Property




O2S.Components.PDFView4NET Namespace > PDFSecurityManager Class : AllowModifyDocument Property
Gets or sets whether the user is allowed to modify the document.
Syntax
'Declaration
 
Public Property AllowModifyDocument As Boolean
'Usage
 
Dim instance As PDFSecurityManager
Dim value As Boolean
 
instance.AllowModifyDocument = value
 
value = instance.AllowModifyDocument
public bool AllowModifyDocument {get; set;}
public: __property bool get_AllowModifyDocument();
public: __property void set_AllowModifyDocument( 
   bool value
);
public:
property bool AllowModifyDocument {
   bool get();
   void set (    bool value);
}

Property Value

A bool value specifying whether the user is allowed to modify the document or not.
Remarks
This property, if true, allows a user to modify the content of pdf document by operations other than those controlled by the following properties: AllowInteractiveEdit, AllowFormsFill, AllowAssembleDocument.
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

PDFSecurityManager Class
PDFSecurityManager Members