PDFView4NET WinForms Edition


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;}

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 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also