Property Text
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Text
Gets or sets the text associated with the control.
public string? Text { get; set; }
Property Value
- string
The text associated with the control.
Remarks
When no text is specified in the internal structures, this property returns
null
.
Exceptions
- UnexpectedStructureException
The value in the internal PDF structure has an unexpected type.