PDFView4NET WinForms Edition
AllowFormsFill Property




O2S.Components.PDFView4NET Namespace > PDFSecurityManager Class : AllowFormsFill Property
Gets or sets whether the user is allowed to fill the form fields in the pdf document.
Syntax
'Declaration
 
Public Property AllowFormsFill As Boolean
'Usage
 
Dim instance As PDFSecurityManager
Dim value As Boolean
 
instance.AllowFormsFill = value
 
value = instance.AllowFormsFill
public bool AllowFormsFill {get; set;}
public: __property bool get_AllowFormsFill();
public: __property void set_AllowFormsFill( 
   bool value
);
public:
property bool AllowFormsFill {
   bool get();
   void set (    bool value);
}

Property Value

A bool value specifying whether the user is allowed to fill the form fields in the pdf document.
Remarks
This property has effect only when using 128 bit encryption. (KeySize property is set to EncryptionKeySize.Use128BitKey). This property, if true, allows a user to fill in existing interactive form fields (including signature fields), event property AllowInteractiveEdit is false.
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

PDFSecurityManager Class
PDFSecurityManager Members