Click or drag to resize

IFormElement Interface

An object that implements the IFormElement interface can be used as a field within in a PDF form. It is not recommended to use any but the standard form elements. Client code should not implement this interface.

Namespace:  Atalasoft.PdfDoc.Generating.Forms
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IFormElement

The IFormElement type exposes the following members.

Properties
  NameDescription
Public propertyChildFields
Gets the child fields for this field.
Public propertyFieldAlternateDescription
Gets or sets the field alternate description for display in the user interface.
Public propertyFieldFullName
Gets the fully qualified name of the field. This value is only correct if ParentField has been set. When the parent chain is properly set up, this will return ParentField.FieldFullName + '.' + FieldName
Public propertyFieldName
Gets or sets the name of the field.
Public propertyFieldNameForExport
Gets or sets the field name for export.
Public propertyIsFieldNoExport
Gets or sets a value indicating whether this field should not be export.
Public propertyIsFieldReadOnly
Gets or sets a value indicating whether this field is read only.
Public propertyIsFieldRequired
Gets or sets a value indicating whether this field is required.
Public propertyParentField
Gets or sets the parent field of this form field.
Top
See Also