PdfComboFieldHasValue Property |
Gets a value indicating if the form field has a value.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.31.1.0 (3.31.1.0)
Syntaxpublic bool HasValue { get; }
Public ReadOnly Property HasValue As Boolean
Get
Property Value
Type:
Boolean
Remarks
If
true, this form field has a valid value such that the form field is considered filled out; otherwise
false.
If
Required is
true, this property is useful to check if this form field is ready to be submitted.
See Also