Click or drag to resize

BaseFormFieldFieldFullName Property

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

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 string FieldFullName { get; }

Property Value

Type: String
The full name of the field.

Implements

IFormElementFieldFullName
See Also