Property Name
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Name
Gets or sets the control name.
public string Name { get; set; }
Property Value
- string
The control name.
Remarks
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.