PdfSubmitAction
IncludeNoValueFields Property
|
Gets or sets a value indicating whether to submit fields without value.
If set, all fields designated by the Fields collection and the
flag are submitted, regardless of whether they have a value. For fields without a
value, only the field name is transmitted.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool IncludeNoValueFields { get; set; }
Public Property IncludeNoValueFields As Boolean
Get
Set
public:
property bool IncludeNoValueFields {
bool get ();
void set (bool value);
}
member IncludeNoValueFields : bool with get, set
Property Value
Type:
Boolean
true
if submit fields without value or the empty ones; otherwise,
false
.
See Also