PdfTextFieldMultiLine Property |
Gets a value indicating whether the field may contain multiple lines of text.
Default value: .
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic bool MultiLine { get; set; }Public Property MultiLine As Boolean
Get
Set
Property Value
Boolean if the field may contain multiple lines of text; otherwise,
.
See Also