ImageGear .NET - Updated October 26, 2017
MultiLine Property




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > TextField Class : MultiLine Property
Gets or sets a value indicating whether the text may span more than one line.
Syntax
'Declaration
 
Public Property MultiLine As Boolean
 
'Usage
 
Dim instance As TextField
Dim value As Boolean
 
instance.MultiLine = value
 
value = instance.MultiLine

Property Value

Indicates whether the text may span more than one line.
See Also

Reference

TextField Class
TextField Members