PDFView4NET WPF Edition
IncludeNoValueFields Property




O2S.Components.PDFView4NET.Actions Namespace > PDFSubmitFormAction Class : IncludeNoValueFields Property
Gets or sets a value indicating whether the fields with no value should be submitted.
Syntax
'Declaration
 
Public Property IncludeNoValueFields As Boolean
'Usage
 
Dim instance As PDFSubmitFormAction
Dim value As Boolean
 
instance.IncludeNoValueFields = value
 
value = instance.IncludeNoValueFields
public bool IncludeNoValueFields {get; set;}
public: __property bool get_IncludeNoValueFields();
public: __property void set_IncludeNoValueFields( 
   bool value
);
public:
property bool IncludeNoValueFields {
   bool get();
   void set (    bool value);
}

Property Value

True if the fields with no value should be submitted, false otherwise. Default 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

PDFSubmitFormAction Class
PDFSubmitFormAction Members