PDFView4NET WPF Edition
Required Property




O2S.Components.PDFView4NET.Forms Namespace > PDFField Class : Required Property
Gets or sets a value indicating whether the field is required.
Syntax
'Declaration
 
Public Property Required As Boolean
'Usage
 
Dim instance As PDFField
Dim value As Boolean
 
instance.Required = value
 
value = instance.Required
public bool Required {get; set;}
public: __property bool get_Required();
public: __property void set_Required( 
   bool value
);
public:
property bool Required {
   bool get();
   void set (    bool value);
}

Property Value

True if the field is required, false otherwise. Default is false.
Remarks
If true, the field must have a value when it is exported by a submit-form action.
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

PDFField Class
PDFField Members