ImageGear .NET - Updated October 2, 2018
RichText Property (TextField)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > TextField Class : RichText Property
Gets or sets a value indicating whether the value of the field is a rich text string.
Syntax
'Declaration
 
Public Property RichText As Boolean
 
'Usage
 
Dim instance As TextField
Dim value As Boolean
 
instance.RichText = value
 
value = instance.RichText

Property Value

Whether the value of the field is a rich text string.
See Also

Reference

TextField Class
TextField Members