Gets or sets a value indicating whether to submit controls without
a value.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool IncludeNoValueControls { get; set; }
VB
Public Property IncludeNoValueControls As Boolean
Get
Set
Property Value
Type:
Booleantrue if to submit controls without a value;
otherwise,
false.
Remarks
For controls without a value, only the control name is
transmitted.
See Also