Namespace: BitMiracle.Docotic.Pdf
public string Name { get; set; }
Public Property Name As String Get Set
In general, all controls that are children of another control must have unique names. But there is an exceptions from this rule : all controls in a group of PdfRadioButtons usually have the same name.
Control names can not contain a period.
Please use FullName property to get a fully qualified name of the control.