Click or drag to resize

TextWidgetSetText Method

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
)

Parameters

text
Type: SystemString
The text to be displayed in the Text Widget.
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also