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: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Boolean
true if submit fields without value or the empty ones; otherwise, false.

See Also