Gets or sets a value indicating whether this control must have a
value at the time it is exported by a
PdfSubmitFormAction.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool ValueIsRequired { get; set; }
VB
Public Property ValueIsRequired As Boolean
Get
Set
Property Value
Type:
Booleantrue if this control must have a
value at the time it is exported; otherwise,
false.
See Also