PdfFormTextBoxIsMultiLine Property
Indicates if the noteText box is multiline. This property is false by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool IsMultiLine { get; set; }
Public Property IsMultiLine As Boolean
Get
Set
public:
property bool IsMultiLine {
bool get ();
void set (bool value);
}
member IsMultiLine : bool with get, set
Property Value
Boolean