PDFView4NET WinForms Edition


AllowFormFill Property
Gets or sets a value indicating whether form filling is allowed or not.
Syntax
'Declaration
 
<CategoryAttribute("PDF Forms")>
<DescriptionAttribute("Enables interactive form fill in the control")>
<DefaultValueAttribute(True)>
Public Property AllowFormFill As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.AllowFormFill = value
 
value = instance.AllowFormFill
[Category("PDF Forms")]
[Description("Enables interactive form fill in the control")]
[DefaultValue(true)]
public bool AllowFormFill {get; set;}

Property Value

True if the end-user can fill the form, false otherwise. Default is true.
Remarks
This property lets you disable the interactive form filling without modifying the PDF form (make the form fields read only).
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also