Sets the text content of the Text Widget.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetText(
string text
)
Public Sub SetText (
text As String
)
public:
virtual void SetText(
[InAttribute] String^ text
) sealed
Parameters
- text
- Type: SystemString
The text to be displayed in the Text Widget.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also