PDFView4NET WinForms Edition
AllowEdit Property




O2S.Components.PDFView4NET Namespace > FieldEditEventArgs Class : AllowEdit Property
Gets or sets a value indicating whether field edit is allowed or not.
Syntax
'Declaration
 
Public Property AllowEdit As Boolean
'Usage
 
Dim instance As FieldEditEventArgs
Dim value As Boolean
 
instance.AllowEdit = value
 
value = instance.AllowEdit
public bool AllowEdit {get; set;}
public: __property bool get_AllowEdit();
public: __property void set_AllowEdit( 
   bool value
);
public:
property bool AllowEdit {
   bool get();
   void set (    bool value);
}

Property Value

True if field edititing is allowed, false otherwise. Default is true.
Remarks
Set this property in PDFPageView.FieldBeginEdit event to enable or disable the editing of a specific field.
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

FieldEditEventArgs Class
FieldEditEventArgs Members