Namespace: BitMiracle.Docotic.Pdf
public string FullName { get; }
Public ReadOnly Property FullName As String Get
The fully qualified control name is not explicitly defined but is constructed from the partial control names (accessible via Name property) of the control and all of its ancestors.
For a control with no parent, the partial and fully qualified names are the same. For a control that is the child of another control, the fully qualified name is formed by appending the child control's partial name to the parent's fully qualified name, separated by a period (.)