BaseWidgetAnnotationFieldFullName 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.Annotations
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public string FieldFullName { get; }
Public ReadOnly Property FieldFullName As String
Get
Property Value
Type:
String
The full name of the field.
Implements
IFormElementFieldFullNameSee Also