ImageGear .NET - Updated May 1, 2018
RichTextValue Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > TextField Class : RichTextValue Property
Gets or sets the value of the rich text string.
Syntax
'Declaration
 
Public Property RichTextValue As String
 
'Usage
 
Dim instance As TextField
Dim value As String
 
instance.RichTextValue = value
 
value = instance.RichTextValue

Property Value

The value of the rich text string. The length of the returned string is currently limited to 1M utf-16 chars.
See Also

Reference

TextField Class
TextField Members