PDFView4NET WinForms Edition
AllowFormFill Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : 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;}
[Category("PDF Forms")]
[Description("Enables interactive form fill in the control")]
[DefaultValue(true)]
public: __property bool get_AllowFormFill();
public: __property void set_AllowFormFill( 
   bool value
);
[Category("PDF Forms")]
[Description("Enables interactive form fill in the control")]
[DefaultValue(true)]
public:
property bool AllowFormFill {
   bool get();
   void set (    bool value);
}

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

PDFPageView Class
PDFPageView Members