Link Search Menu Expand Document

SubmitFormActionIncludeNoValueFields Property

Gets or sets a value indicating whether to submit fields without a value.
Remarks
If set true, all fields designated by the Fields collection and the Bytescout.PDF.SubmitFormAction are submitted. Include flags are submitted, regardless of whether they have a value. For fields without a value, only the field name is transmitted.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public bool IncludeNoValueFields { get; set; }

Property Value

Type: Boolean
See Also

Reference