Click or drag to resize

PdfTextFieldMultiLine Property

Gets a value indicating whether the field may contain multiple lines of text.

Default value: .


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntax
public bool MultiLine { get; set; }

Property Value

Boolean
if the field may contain multiple lines of text; otherwise, .
See Also