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
When no name is specified in the internal structures, this property returns
null
. However, setting null
to this property is not allowed.
All controls that are children of another control must have unique names. But there is an exception 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.
Exceptions
- UnexpectedStructureException
The value in the internal PDF structure has an unexpected type.
- ArgumentNullException
value
isnull
.