PDFView4NET WPF Edition
AllowFormFill Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : AllowFormFill Property
Gets or sets a value indicating whether form filling is allowed or not.
Syntax
'Declaration
 
Public Property AllowFormFill As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.AllowFormFill = value
 
value = instance.AllowFormFill
public bool AllowFormFill {get; set;}
public: __property bool get_AllowFormFill();
public: __property void set_AllowFormFill( 
   bool value
);
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