Click or drag to resize

IPdfFieldRequired Interface

Interface implemented by PdfField instances which support the required flag.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public interface IPdfFieldRequired

The IPdfFieldRequired type exposes the following members.

Properties
  NameDescription
Public propertyHasValue
Gets a value indicating whether or not this PdfField is completed / filled.
Public propertyRequired
Gets a value indicating whether or not this PdfField is required when submitting the PDF form.
Top
See Also