PDFView4NET WPF Edition
AllowFormFillProperty Field




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : AllowFormFillProperty Field
Gets or sets a value indicating whether form filling is allowed or not. Dependency Property.
Syntax
'Declaration
 
Public Shared AllowFormFillProperty As DependencyProperty
'Usage
 
Dim value As DependencyProperty
 
value = PDFPageView.AllowFormFillProperty
 
PDFPageView.AllowFormFillProperty = value
public static DependencyProperty AllowFormFillProperty
public: static DependencyProperty* AllowFormFillProperty
public:
static DependencyProperty^ AllowFormFillProperty

Field 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