PDFView4NET WPF Edition
AllowInteractiveEdit Property




O2S.Components.PDFView4NET Namespace > PDFSecurityManager Class : AllowInteractiveEdit Property
Gets or sets whether the user is allowed to perform interactive edit operations on the document.
Syntax
'Declaration
 
Public Property AllowInteractiveEdit As Boolean
'Usage
 
Dim instance As PDFSecurityManager
Dim value As Boolean
 
instance.AllowInteractiveEdit = value
 
value = instance.AllowInteractiveEdit
public bool AllowInteractiveEdit {get; set;}
public: __property bool get_AllowInteractiveEdit();
public: __property void set_AllowInteractiveEdit( 
   bool value
);
public:
property bool AllowInteractiveEdit {
   bool get();
   void set (    bool value);
}

Property Value

A bool value specifying whether the user is allowed to perform interactive edit operations on the document.
Remarks
This property, if true, allows a user to add or modify text annotations, fill in interactive forms fields, and, if property AllowModifyDocument is true, create or modify interactive form fields (including signature fields).
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