IsIncludeNoValueFields Property (PdfSubmitFormAction)
Gets or sets a value indicating whether all fields including fields without a value are submitted.
'Declaration
Public Property IsIncludeNoValueFields As Boolean
public bool IsIncludeNoValueFields { get; set; }
public: __property bool get_IsIncludeNoValueFields();
public: __property void set_IsIncludeNoValueFields(
bool
);
public:
property bool IsIncludeNoValueFields {
bool get();
void set(bool );
}
Property Value
true - all fields are submitted. For fields without a value, only the field name is submitted.
false - fields without a value are not submitted.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5